Tyk · JSON Structure

Tyk Gateway Jwt Validation Structure

Type: object Properties: 7
API GatewayAPI ManagementGraphQLOpen Source

JWTValidation is a JSON Structure definition published by Tyk, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enabled expires_at_validation_skew identity_base_field issued_at_validation_skew not_before_validation_skew signing_method source

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JWTValidation",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "expires_at_validation_skew": {
      "type": "integer"
    },
    "identity_base_field": {
      "type": "string"
    },
    "issued_at_validation_skew": {
      "type": "integer"
    },
    "not_before_validation_skew": {
      "type": "integer"
    },
    "signing_method": {
      "type": "string"
    },
    "source": {
      "type": "string"
    }
  }
}