zero-trust-gateway_items

The items in the list.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-items-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_items",
  "title": "zero-trust-gateway_items",
  "description": "The items in the list.",
  "items": {
    "properties": {
      "created_at": {
        "$ref": "#/components/schemas/zero-trust-gateway_timestamp"
      },
      "description": {
        "$ref": "#/components/schemas/zero-trust-gateway_description_item"
      },
      "value": {
        "$ref": "#/components/schemas/zero-trust-gateway_value"
      }
    },
    "type": "object"
  },
  "type": "array"
}