{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/search_segment", "title": "search_segment", "type": "object", "properties": { "text": { "type": "string", "readOnly": true, "example": "example_value" }, "match": { "type": "boolean", "readOnly": true, "example": true } } }