{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ValueVariants", "title": "ValueVariants", "anyOf": [ { "type": "string" }, { "type": "integer", "format": "int64" }, { "type": "boolean" } ] }