Azure DevTest Labs · JSON Structure

Azure Test Labs Artifact Parameter Properties Fragment Structure

Properties of an artifact parameter.

Type: object Properties: 2
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ArtifactParameterPropertiesFragment is a JSON Structure definition published by Azure DevTest Labs, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name value

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-parameter-properties-fragment-structure.json",
  "description": "Properties of an artifact parameter.",
  "type": "object",
  "properties": {
    "name": {
      "description": "The name of the artifact parameter.",
      "type": "string"
    },
    "value": {
      "description": "The value of the artifact parameter.",
      "type": "string"
    }
  },
  "name": "ArtifactParameterPropertiesFragment"
}