Azure DevOps · JSON Structure

Azure Devops Work Items Wiql Result Structure

Type: object Properties: 4
AzureCI/CDDevOpsPipelinesWork Items

WiqlResult is a JSON Structure definition published by Azure DevOps, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

queryType asOf workItems workItemRelations

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WiqlResult",
  "type": "object",
  "properties": {
    "queryType": {
      "type": "string"
    },
    "asOf": {
      "type": "string"
    },
    "workItems": {
      "type": "array"
    },
    "workItemRelations": {
      "type": "array"
    }
  }
}