Azure DevOps · Schema

EventTypeReference

Minimal reference to an event type

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id string Event type identifier
name string Event type display name
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-eventtypereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventTypeReference",
  "title": "EventTypeReference",
  "type": "object",
  "description": "Minimal reference to an event type",
  "properties": {
    "id": {
      "type": "string",
      "description": "Event type identifier"
    },
    "name": {
      "type": "string",
      "description": "Event type display name"
    }
  }
}