{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-facet-structure.json", "name": "Facet", "description": "Facet schema from Wordnik", "type": "object", "properties": { "facetValues": { "type": "array", "items": { "$ref": "#/components/schemas/FacetValue" } }, "name": { "type": "string" } } }