{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateClientKeyResponse", "title": "GenerateClientKeyResponse", "properties": { "clientKey": { "description": "Generated client key", "type": "string" } }, "required": [ "clientKey" ], "type": "object" }