{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-structure/ampersand-api-api-key-request-structure.json", "name": "ApiKeyRequest", "description": "ApiKeyRequest schema from Ampersand API", "type": "object", "properties": { "label": { "type": "string", "description": "A short name for the API key.", "example": "MailMonkey API Key" }, "scopes": { "$ref": "#/components/schemas/ApiKeyScopes" } }, "required": [ "label" ] }