{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FacetMetaData", "properties": { "id": { "type": "string" }, "description": { "type": "string" } }, "type": "object" }