{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MatchAny", "title": "MatchAny", "description": "Exact match on any of the given values", "type": "object", "required": [ "any" ], "properties": { "any": { "$ref": "#/components/schemas/AnyVariants" } } }