Azure DevOps · Schema

WiqlResult

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
queryType string
asOf string
workItems array
workItemRelations array
View JSON Schema on GitHub

JSON Schema

azure-devops-work-items-wiql-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WiqlResult",
  "type": "object",
  "properties": {
    "queryType": {
      "type": "string"
    },
    "asOf": {
      "type": "string"
    },
    "workItems": {
      "type": "array"
    },
    "workItemRelations": {
      "type": "array"
    }
  }
}