Nuxeo · Schema

workflows

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
entity-type string
entries array
View JSON Schema on GitHub

JSON Schema

workflows.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuxeo/main/json-schema/workflows.json",
  "title": "workflows",
  "properties": {
    "entity-type": {
      "type": "string",
      "uniqueItems": false
    },
    "entries": {
      "items": {
        "$ref": "#/components/schemas/workflow"
      },
      "type": "array",
      "uniqueItems": false
    }
  },
  "required": [
    "entity-type",
    "entries"
  ],
  "uniqueItems": false
}