Azure DevTest Labs · JSON Structure

Azure Test Labs Artifact Source List Structure

The response of a list operation.

Type: object Properties: 2
AzureDevelopmentInfrastructureLabsTestingVirtual Machines

ArtifactSourceList 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

nextLink 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-source-list-structure.json",
  "description": "The response of a list operation.",
  "type": "object",
  "properties": {
    "nextLink": {
      "description": "Link for next set of results.",
      "type": "string"
    },
    "value": {
      "description": "Results of the list operation.",
      "items": {
        "$ref": "#/definitions/ArtifactSource"
      },
      "type": "array"
    }
  },
  "name": "ArtifactSourceList"
}