access_warp_props

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-warp-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_warp_props",
  "title": "access_warp_props",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_feature_app_props"
    },
    {
      "properties": {
        "domain": {
          "example": "authdomain.cloudflareaccess.com/warp",
          "readOnly": true
        },
        "name": {
          "default": "Warp Login App",
          "example": "Warp Login App",
          "readOnly": true
        },
        "type": {
          "description": "The application type.",
          "example": "warp",
          "type": "string"
        }
      }
    }
  ]
}