{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/nuxeo/main/json-schema/annotationList.json", "title": "annotationList", "properties": { "entity-type": { "type": "string", "uniqueItems": false }, "entries": { "items": { "$ref": "#/components/schemas/annotation" }, "type": "array", "uniqueItems": false } }, "required": [ "entity-type", "entries" ], "uniqueItems": false }