Azure DevTest Labs · JSON Structure

Azure Test Labs Artifact Source Structure

Properties of an artifact source.

Type: object Properties: 1 Required: 1
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ArtifactSource is a JSON Structure definition published by Azure DevTest Labs, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-artifact-source-structure.json",
  "description": "Properties of an artifact source.",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ArtifactSourceProperties",
      "description": "The properties of the resource.",
      "x-ms-client-flatten": true
    }
  },
  "required": [
    "properties"
  ],
  "name": "ArtifactSource"
}