{ "$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" ] }