Nuxeo · Schema

document

Content ManagementDigital Asset ManagementEnterpriseDocumentsWorkflowsSearchOpen-Source

Properties

Name Type Description
changeToken string
contextParameters object
entity-type string
facets array
lastModified string
path string
properties object
repository string
state string
title string
type string
uid string
versionLabel string
View JSON Schema on GitHub

JSON Schema

Document.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuxeo/main/json-schema/document.json",
  "title": "document",
  "properties": {
    "changeToken": {
      "type": "string",
      "uniqueItems": false
    },
    "contextParameters": {
      "type": "object",
      "uniqueItems": false
    },
    "entity-type": {
      "type": "string",
      "uniqueItems": false
    },
    "facets": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "lastModified": {
      "format": "date",
      "type": "string",
      "uniqueItems": false
    },
    "path": {
      "type": "string",
      "uniqueItems": false
    },
    "properties": {
      "items": {
        "$ref": "#/components/schemas/Property"
      },
      "type": "object",
      "uniqueItems": true
    },
    "repository": {
      "type": "string",
      "uniqueItems": false
    },
    "state": {
      "type": "string",
      "uniqueItems": false
    },
    "title": {
      "type": "string",
      "uniqueItems": false
    },
    "type": {
      "type": "string",
      "uniqueItems": false
    },
    "uid": {
      "type": "string",
      "uniqueItems": false
    },
    "versionLabel": {
      "type": "string",
      "uniqueItems": false
    }
  },
  "required": [
    "entity-type"
  ],
  "uniqueItems": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/Document"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.