Azure DevTest Labs · Schema

ArtifactSource

Properties of an artifact source.

AzureDevelopmentInfrastructureLabsTestingVirtual Machines

Properties

Name Type Description
properties object The properties of the resource.
View JSON Schema on GitHub

JSON Schema

azure-test-labs-artifact-source-schema.json Raw ↑
{
  "$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-source-schema.json",
  "title": "ArtifactSource",
  "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"
  ]
}