ParameterSourceOutput

Specifies that the source is an output

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
name string The name of the source output
View JSON Schema on GitHub

JSON Schema

application-research-parametersourceoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ParameterSourceOutput",
  "title": "ParameterSourceOutput",
  "type": "object",
  "description": "Specifies that the source is an output",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the source output",
      "minLength": 1
    }
  }
}