{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SoundOfMusic", "oneOf": [ { "title": "A deer", "description": "A female deer", "type": "string", "const": "Do" }, { "description": "A drop of golden sun", "type": "string", "const": "Re" }, { "description": "A name I call myself", "type": "string", "const": "Mi" } ] }