Azure DevOps · Schema

WorkItemRelation

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
rel string Relation type (e.g., System.LinkTypes.Hierarchy-Forward, System.LinkTypes.Related)
url string
attributes object
View JSON Schema on GitHub

JSON Schema

azure-devops-work-items-work-item-relation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkItemRelation",
  "type": "object",
  "properties": {
    "rel": {
      "type": "string",
      "description": "Relation type (e.g., System.LinkTypes.Hierarchy-Forward, System.LinkTypes.Related)"
    },
    "url": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    }
  }
}