Ampersand · JSON Structure

Ampersand Api Jwt Key Response Structure

JWTKeyResponse schema from Ampersand API

Type: object Properties: 1 Required: 1
Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

JWTKeyResponse is a JSON Structure definition published by Ampersand, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

kid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-jwt-key-response-structure.json",
  "name": "JWTKeyResponse",
  "description": "JWTKeyResponse schema from Ampersand API",
  "type": "object",
  "properties": {
    "kid": {
      "type": "uuid",
      "description": "The unique key identifier (key ID) for the created JWT key",
      "example": "550e8400-e29b-41d4-a716-446655440000"
    }
  },
  "required": [
    "kid"
  ]
}