zero-trust-gateway_schemas-type

The type of list.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-schemas-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_schemas-type",
  "title": "zero-trust-gateway_schemas-type",
  "description": "The type of list.",
  "enum": [
    "SERIAL",
    "URL",
    "DOMAIN",
    "EMAIL",
    "IP"
  ],
  "example": "SERIAL",
  "type": "string"
}