Nuxeo · Schema

docTypes

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
doctypes object
schemas object
View JSON Schema on GitHub

JSON Schema

docTypes.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuxeo/main/json-schema/docTypes.json",
  "title": "docTypes",
  "properties": {
    "doctypes": {
      "type": "object"
    },
    "schemas": {
      "type": "object"
    }
  },
  "required": [
    "doctypes",
    "schemas"
  ]
}