Azure DevTest Labs · JSON Structure

Azure Test Labs Artifact Properties Structure

Properties of an artifact.

Type: object Properties: 8
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

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

Properties

createdDate description filePath icon parameters publisher targetOsType title

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-properties-structure.json",
  "description": "Properties of an artifact.",
  "type": "object",
  "properties": {
    "createdDate": {
      "description": "The artifact's creation date.",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "description": {
      "description": "The artifact's description.",
      "readOnly": true,
      "type": "string"
    },
    "filePath": {
      "description": "The file path to the artifact.",
      "readOnly": true,
      "type": "string"
    },
    "icon": {
      "description": "The URI to the artifact icon.",
      "readOnly": true,
      "type": "string"
    },
    "parameters": {
      "description": "The artifact's parameters.",
      "readOnly": true,
      "type": "object"
    },
    "publisher": {
      "description": "The artifact's publisher.",
      "readOnly": true,
      "type": "string"
    },
    "targetOsType": {
      "description": "The artifact's target OS.",
      "readOnly": true,
      "type": "string"
    },
    "title": {
      "description": "The artifact's title.",
      "readOnly": true,
      "type": "string"
    }
  },
  "name": "ArtifactProperties"
}