Azure DevOps · JSON Structure

Azure Dev Ops Operation Display Value Structure

Display information of an operation.

Type: object Properties: 4
AzureCI/CDDevOpsProject ManagementVersion Control

OperationDisplayValue is a JSON Structure definition published by Azure DevOps, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description operation provider resource

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-dev-ops/refs/heads/main/json-structure/azure-dev-ops-operation-display-value-structure.json",
  "description": "Display information of an operation.",
  "properties": {
    "description": {
      "description": "Friendly description of the operation.",
      "readOnly": true,
      "type": "string"
    },
    "operation": {
      "description": "Friendly name of the operation.",
      "readOnly": true,
      "type": "string"
    },
    "provider": {
      "description": "Friendly name of the resource provider.",
      "readOnly": true,
      "type": "string"
    },
    "resource": {
      "description": "Friendly name of the resource type the operation applies to.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object",
  "name": "OperationDisplayValue"
}