Clerk · JSON Structure

Clerk Jwttemplate Structure

JSON Structure overview of Clerk JWTTemplate entity.

Type: Properties: 0 Required: 10
AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Jwttemplate Structure is a JSON Structure definition published by Clerk. It conforms to the https://json-structure.org/schema/v0 meta-schema.

Meta-schema: https://json-structure.org/schema/v0

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v0",
  "title": "Clerk JWTTemplate Structure",
  "description": "JSON Structure overview of Clerk JWTTemplate entity.",
  "entity": "JWTTemplate",
  "fields": [
    {
      "name": "object",
      "type": "string",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "id",
      "type": "string",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "name",
      "type": "string",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "claims",
      "type": "object",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "lifetime",
      "type": "integer",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "allowed_clock_skew",
      "type": "integer",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "custom_signing_key",
      "type": "boolean",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "signing_algorithm",
      "type": "string",
      "description": "",
      "format": null,
      "nullable": false
    },
    {
      "name": "created_at",
      "type": "integer",
      "description": "Unix timestamp of creation.\n",
      "format": "int64",
      "nullable": false
    },
    {
      "name": "updated_at",
      "type": "integer",
      "description": "Unix timestamp of last update.\n",
      "format": "int64",
      "nullable": false
    }
  ],
  "required": [
    "object",
    "id",
    "name",
    "claims",
    "lifetime",
    "allowed_clock_skew",
    "custom_signing_key",
    "signing_algorithm",
    "created_at",
    "updated_at"
  ]
}