{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/thanx/refs/heads/main/json-structure/partner-api-issuance-job-structure.json", "name": "IssuanceJob", "description": "IssuanceJob schema from Thanx Partner API", "type": "object", "properties": { "id": { "type": "string", "example": "92b7b0dac4" }, "state": { "type": "string", "example": "CA" }, "requested_count": { "type": "int32", "example": 3 }, "issued_count": { "type": "int32", "example": 3 }, "failed_count": { "type": "int32", "example": 3 }, "created_at": { "type": "datetime", "example": "2025-06-01T18:02:05Z" }, "updated_at": { "type": "datetime", "example": "2025-06-01T18:02:05Z" } } }