Azure DevOps · JSON Structure

Azure Devops Work Items Work Item Structure

Type: object Properties: 5
AzureCI/CDDevOpsPipelinesWork Items

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

Properties

id rev fields relations url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkItem",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "rev": {
      "type": "integer"
    },
    "fields": {
      "type": "object"
    },
    "relations": {
      "type": "array"
    },
    "url": {
      "type": "string"
    }
  }
}