{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SynonymSet", "title": "SynonymSet", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the synonym set." } } }