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