{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RestApis", "title": "RestApis", "type": "object", "properties": { "position": { "$ref": "#/components/schemas/String" }, "items": { "allOf": [ { "$ref": "#/components/schemas/ListOfRestApi" }, { "xml": { "name": "item" }, "description": "The current page of elements from this collection." } ] } }, "description": "Contains references to your APIs and links that guide you in how to interact with your collection. A collection offers a paginated view of your APIs." }