access_schemas-type

Custom page type.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-schemas-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_schemas-type",
  "title": "access_schemas-type",
  "description": "Custom page type.",
  "enum": [
    "identity_denied",
    "forbidden"
  ],
  "type": "string"
}