{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-test-labs/refs/heads/main/json-structure/azure-test-labs-arm-template-list-structure.json", "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" } }, "name": "ArmTemplateList" }