{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-dev-ops/refs/heads/main/json-schema/azure-dev-ops-operation-display-value-schema.json",
"title": "OperationDisplayValue",
"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"
}