zero-trust-gateway_subcategory

APIs.ioEngineeringPlatform

Properties

Name Type Description
beta object
class object
description object
id object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-subcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_subcategory",
  "title": "zero-trust-gateway_subcategory",
  "properties": {
    "beta": {
      "$ref": "#/components/schemas/zero-trust-gateway_beta"
    },
    "class": {
      "$ref": "#/components/schemas/zero-trust-gateway_class"
    },
    "description": {
      "$ref": "#/components/schemas/zero-trust-gateway_components-schemas-description"
    },
    "id": {
      "$ref": "#/components/schemas/zero-trust-gateway_id"
    },
    "name": {
      "$ref": "#/components/schemas/zero-trust-gateway_categories_components-schemas-name"
    }
  },
  "type": "object"
}