Auth0 · Schema

FormWidgetGMapsAddressConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
api_key string
View JSON Schema on GitHub

JSON Schema

auth0-formwidgetgmapsaddressconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormWidgetGMapsAddressConfig",
  "title": "FormWidgetGMapsAddressConfig",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "api_key"
  ],
  "properties": {
    "api_key": {
      "type": "string",
      "minLength": 1
    }
  }
}