{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiKey", "title": "ApiKey", "type": "string", "description": "An alphanumeric string that is used to identify API clients and control access to the API, also called a subscription key.", "nullable": true }