{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateApiKeyResponse", "title": "GenerateApiKeyResponse", "properties": { "apiKey": { "description": "The generated API key.", "type": "string" } }, "required": [ "apiKey" ], "type": "object" }