Auth0 · Schema

AculHeadTag

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
tag string Any HTML element valid for use in the head tag
attributes object
content object
View JSON Schema on GitHub

JSON Schema

auth0-aculheadtag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AculHeadTag",
  "title": "AculHeadTag",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "tag": {
      "type": "string",
      "description": "Any HTML element valid for use in the head tag"
    },
    "attributes": {
      "$ref": "#/components/schemas/AculHeadTagAttributes"
    },
    "content": {
      "$ref": "#/components/schemas/AculHeadTagContent"
    }
  }
}