zero-trust-gateway_app-types

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-app-types-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_app-types",
  "title": "zero-trust-gateway_app-types",
  "oneOf": [
    {
      "$ref": "#/components/schemas/zero-trust-gateway_application"
    },
    {
      "$ref": "#/components/schemas/zero-trust-gateway_application_type"
    }
  ],
  "readOnly": true,
  "type": "object"
}