Nuxeo · Schema

OperationDescriptionList

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen Source

Properties

Name Type Description
codec array
operations array
path object
View JSON Schema on GitHub

JSON Schema

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