{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MatchPhrase", "title": "MatchPhrase", "description": "Full-text phrase match of the string.", "type": "object", "required": [ "phrase" ], "properties": { "phrase": { "type": "string" } } }