{
"$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-attach-disk-properties-schema.json",
"title": "AttachDiskProperties",
"description": "Properties of the disk to attach.",
"type": "object",
"properties": {
"leasedByLabVmId": {
"description": "The resource ID of the Lab virtual machine to which the disk is attached.",
"type": "string"
}
}
}