{
"$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-apply-artifacts-request-schema.json",
"title": "ApplyArtifactsRequest",
"description": "Request body for applying artifacts to a virtual machine.",
"type": "object",
"properties": {
"artifacts": {
"description": "The list of artifacts to apply.",
"items": {
"$ref": "#/definitions/ArtifactInstallProperties"
},
"type": "array"
}
}
}