{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/processes/serviceTasks/serviceTask.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/processes/serviceTasks/serviceTask.schema.json",
  "type": "object",
  "title": "serviceTask",
  "description": "Service tasks are automated tasks, executed by the system.",
  "oneOf": [
    {"$ref":  "https://schemas.apps.smartmate.io/processes/serviceTasks/httpRequest/httpRequest.schema.json" },
    {"$ref":  "https://schemas.apps.smartmate.io/processes/serviceTasks/dataSetter/dataSetter.schema.json" }
  ]
}
