cache_automatic_upgrader_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-automatic-upgrader-response-schema.json Raw ↑
{
  "$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"
            }
          ]
        }
      }
    }
  ]
}