{ "$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-artifact-schema.json", "title": "Artifact", "description": "An artifact.", "type": "object", "properties": { "properties": { "$ref": "#/definitions/ArtifactProperties", "description": "The properties of the resource.", "x-ms-client-flatten": true } }, "required": [ "properties" ] }