{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiKeys", "title": "ApiKeys", "type": "object", "properties": { "warnings": { "allOf": [ { "$ref": "#/components/schemas/ListOfString" }, { "description": "A list of warning messages logged during the import of API keys when the failOnWarnings option is set to true." } ] }, "position": { "$ref": "#/components/schemas/String" }, "items": { "allOf": [ { "$ref": "#/components/schemas/ListOfApiKey" }, { "xml": { "name": "item" }, "description": "The current page of elements from this collection." } ] } }, "description": "Represents a collection of API keys as represented by an ApiKeys resource." }