{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-schema/azure-test-labs-arm-template-list-schema.json",
"title": "ArmTemplateList",
"description": "The response of a list operation.",
"type": "object",
"properties": {
"nextLink": {
"description": "Link for next set of results.",
"type": "string"
},
"value": {
"description": "Results of the list operation.",
"items": {
"$ref": "#/definitions/ArmTemplate"
},
"type": "array"
}
}
}