Azure DevOps · JSON Structure

Azure Devops Work Items Work Item Field Structure

Type: object Properties: 6
AzureCI/CDDevOpsPipelinesWork Items

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

Properties

name referenceName type readOnly isQueryable isIdentity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkItemField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "referenceName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "readOnly": {
      "type": "boolean"
    },
    "isQueryable": {
      "type": "boolean"
    },
    "isIdentity": {
      "type": "boolean"
    }
  }
}