{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VpcLinks",
"title": "VpcLinks",
"type": "object",
"properties": {
"position": {
"$ref": "#/components/schemas/String"
},
"items": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfVpcLink"
},
{
"xml": {
"name": "item"
},
"description": "The current page of elements from this collection."
}
]
}
},
"description": "The collection of VPC links under the caller's account in a region."
}