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