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