zero-trust-gateway_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_response_collection",
  "title": "zero-trust-gateway_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/zero-trust-gateway_api-response-collection"
    },
    {
      "properties": {
        "result": {
          "items": {
            "$ref": "#/components/schemas/zero-trust-gateway_certificates"
          },
          "type": "array"
        }
      }
    }
  ]
}