Azure DevOps · Schema

WorkItemField

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
name string
referenceName string
type string
readOnly boolean
isQueryable boolean
isIdentity boolean
View JSON Schema on GitHub

JSON Schema

azure-devops-work-items-work-item-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkItemField",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "referenceName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "readOnly": {
      "type": "boolean"
    },
    "isQueryable": {
      "type": "boolean"
    },
    "isIdentity": {
      "type": "boolean"
    }
  }
}