access_custom_page

APIs.ioEngineeringPlatform

Properties

Name Type Description
app_count object
created_at object
custom_html string Custom page HTML.
name object
type object
uid object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-custom-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_custom_page",
  "title": "access_custom_page",
  "properties": {
    "app_count": {
      "$ref": "#/components/schemas/access_schemas-app_count"
    },
    "created_at": {
      "$ref": "#/components/schemas/access_timestamp"
    },
    "custom_html": {
      "description": "Custom page HTML.",
      "example": "<html><body><h1>Access Denied</h1></body></html>",
      "type": "string"
    },
    "name": {
      "$ref": "#/components/schemas/access_custom-pages_components-schemas-name"
    },
    "type": {
      "$ref": "#/components/schemas/access_schemas-type"
    },
    "uid": {
      "$ref": "#/components/schemas/access_uuid"
    },
    "updated_at": {
      "$ref": "#/components/schemas/access_timestamp"
    }
  },
  "required": [
    "name",
    "custom_html",
    "type"
  ],
  "type": "object"
}