Azure DevOps · JSON Structure

Azure Dev Ops Input Value Structure

Representation of a pipeline template input parameter value.

Type: object Properties: 2
AzureCI/CDDevOpsProject ManagementVersion Control

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

Properties

displayValue value

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-input-value-structure.json",
  "description": "Representation of a pipeline template input parameter value.",
  "type": "object",
  "properties": {
    "displayValue": {
      "description": "Description of the input parameter value.",
      "type": "string"
    },
    "value": {
      "description": "Value of an input parameter.",
      "type": "string"
    }
  },
  "name": "InputValue"
}