{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Meta", "title": "Meta", "type": "object", "required": [ "requestId" ], "properties": { "requestId": { "description": "A unique id for this request. Always include this ID when contacting support about a specific API request. This identifier allows Unkey's support team to trace the exact request through logs and diagnostic systems to provide faster assistance.", "example": "req_123", "type": "string" } }, "additionalProperties": false, "description": "Metadata object included in every API response. This provides context about the request and is essential for debugging, audit trails, and support inquiries. The `requestId` is particularly important when troubleshooting issues with the Unkey support team." }