zero-trust-gateway_single_response_with_list_items

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-single-response-with-list-items-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_single_response_with_list_items",
  "title": "zero-trust-gateway_single_response_with_list_items",
  "allOf": [
    {
      "$ref": "#/components/schemas/zero-trust-gateway_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "created_at": {
              "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
            },
            "description": {
              "$ref": "#/components/schemas/zero-trust-gateway_description"
            },
            "id": {
              "$ref": "#/components/schemas/zero-trust-gateway_schemas-uuid"
            },
            "items": {
              "$ref": "#/components/schemas/zero-trust-gateway_items"
            },
            "name": {
              "$ref": "#/components/schemas/zero-trust-gateway_name"
            },
            "type": {
              "$ref": "#/components/schemas/zero-trust-gateway_schemas-type"
            },
            "updated_at": {
              "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
            }
          }
        }
      }
    }
  ]
}