Nuxeo · Schema

schema

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
@prefix string
fields object
name string
View JSON Schema on GitHub

JSON Schema

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