{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Stages",
"title": "Stages",
"type": "object",
"properties": {
"item": {
"allOf": [
{
"$ref": "#/components/schemas/ListOfStage"
},
{
"description": "The current page of elements from this collection."
}
]
}
},
"description": "A list of Stage resources that are associated with the ApiKey resource."
}