{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "search_segment", "type": "object", "properties": { "text": { "type": "string" }, "match": { "type": "boolean" } } }