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