{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/ampersand/refs/heads/main/json-schema/ampersand-api-api-key-scopes-schema.json", "title": "ApiKeyScopes", "description": "The scopes for the API key.", "type": "array", "items": { "type": "string", "example": [ "full", "frontend" ] } }