{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache_automatic_upgrader_response", "title": "cache_automatic_upgrader_response", "allOf": [ { "$ref": "#/components/schemas/cache_api-response-single" }, { "properties": { "result": { "oneOf": [ { "$ref": "#/components/schemas/cache_response_base" } ] } } } ] }