Auth0 · Schema

SigningKeysDate

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-signingkeysdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SigningKeysDate",
  "title": "SigningKeysDate",
  "oneOf": [
    {
      "type": "string",
      "description": "The date and time when the key became the current key"
    },
    {
      "type": "object",
      "description": "The date and time when the key became the current key",
      "additionalProperties": true
    }
  ]
}