Nuxeo · Schema

facet

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
name string
schemas array
View JSON Schema on GitHub

JSON Schema

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