cache_variants_response_value

APIs.ioEngineeringPlatform

Properties

Name Type Description
result object
View JSON Schema on GitHub

JSON Schema

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