{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiKeys", "title": "API keys", "x-internal": true, "type": "object", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/ApiKeyDetails" } } } }