{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_variants_response_value", "title": "cache_variants_response_value", "properties": { "result": { "allOf": [ { "$ref": "#/components/schemas/cache_variants" }, { "properties": { "value": { "$ref": "#/components/schemas/cache_variants_value" } }, "required": [ "value" ] } ] } } }