|
88 | 88 | "items": { |
89 | 89 | "$ref": "#/definitions/ParameterDeclaration" |
90 | 90 | }, |
| 91 | + "x-ms-identifiers": [ |
| 92 | + "name" |
| 93 | + ], |
91 | 94 | "description": "List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of \"${PARAMETER_NAME}\" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline." |
92 | 95 | }, |
93 | 96 | "sources": { |
94 | 97 | "type": "array", |
95 | 98 | "items": { |
96 | 99 | "$ref": "#/definitions/SourceNodeBase" |
97 | 100 | }, |
| 101 | + "x-ms-identifiers": [ |
| 102 | + "name" |
| 103 | + ], |
98 | 104 | "description": "List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline." |
99 | 105 | }, |
100 | 106 | "processors": { |
101 | 107 | "type": "array", |
102 | 108 | "items": { |
103 | 109 | "$ref": "#/definitions/ProcessorNodeBase" |
104 | 110 | }, |
| 111 | + "x-ms-identifiers": [ |
| 112 | + "name" |
| 113 | + ], |
105 | 114 | "description": "List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed." |
106 | 115 | }, |
107 | 116 | "sinks": { |
108 | 117 | "type": "array", |
109 | 118 | "items": { |
110 | 119 | "$ref": "#/definitions/SinkNodeBase" |
111 | 120 | }, |
| 121 | + "x-ms-identifiers": [ |
| 122 | + "name" |
| 123 | + ], |
112 | 124 | "description": "List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported." |
113 | 125 | } |
114 | 126 | }, |
|
130 | 142 | "items": { |
131 | 143 | "$ref": "#/definitions/ParameterDeclaration" |
132 | 144 | }, |
| 145 | + "x-ms-identifiers": [ |
| 146 | + "name" |
| 147 | + ], |
133 | 148 | "description": "List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of \"${PARAMETER_NAME}\" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline." |
134 | 149 | }, |
135 | 150 | "sources": { |
136 | 151 | "type": "array", |
137 | 152 | "items": { |
138 | 153 | "$ref": "#/definitions/SourceNodeBase" |
139 | 154 | }, |
| 155 | + "x-ms-identifiers": [ |
| 156 | + "name" |
| 157 | + ], |
140 | 158 | "description": "List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline." |
141 | 159 | }, |
142 | 160 | "processors": { |
143 | 161 | "type": "array", |
144 | 162 | "items": { |
145 | 163 | "$ref": "#/definitions/ProcessorNodeBase" |
146 | 164 | }, |
| 165 | + "x-ms-identifiers": [ |
| 166 | + "name" |
| 167 | + ], |
147 | 168 | "description": "List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed." |
148 | 169 | }, |
149 | 170 | "sinks": { |
150 | 171 | "type": "array", |
151 | 172 | "items": { |
152 | 173 | "$ref": "#/definitions/SinkNodeBase" |
153 | 174 | }, |
| 175 | + "x-ms-identifiers": [ |
| 176 | + "name" |
| 177 | + ], |
154 | 178 | "description": "List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported." |
155 | 179 | } |
156 | 180 | }, |
|
273 | 297 | "items": { |
274 | 298 | "$ref": "#/definitions/NodeInput" |
275 | 299 | }, |
| 300 | + "x-ms-identifiers": [ |
| 301 | + "nodeName" |
| 302 | + ], |
276 | 303 | "description": "An array of upstream node references within the topology to be used as inputs for this node." |
277 | 304 | } |
278 | 305 | }, |
|
301 | 328 | "items": { |
302 | 329 | "$ref": "#/definitions/NodeInput" |
303 | 330 | }, |
| 331 | + "x-ms-identifiers": [ |
| 332 | + "nodeName" |
| 333 | + ], |
304 | 334 | "description": "An array of upstream node references within the topology to be used as inputs for this node." |
305 | 335 | } |
306 | 336 | }, |
|
1036 | 1066 | "items": { |
1037 | 1067 | "$ref": "#/definitions/ParameterDefinition" |
1038 | 1068 | }, |
| 1069 | + "x-ms-identifiers": [ |
| 1070 | + "name" |
| 1071 | + ], |
1039 | 1072 | "description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden." |
1040 | 1073 | } |
1041 | 1074 | }, |
|
1100 | 1133 | "items": { |
1101 | 1134 | "$ref": "#/definitions/ParameterDefinition" |
1102 | 1135 | }, |
| 1136 | + "x-ms-identifiers": [ |
| 1137 | + "name" |
| 1138 | + ], |
1103 | 1139 | "description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden." |
1104 | 1140 | } |
1105 | 1141 | }, |
|
1199 | 1235 | "items": { |
1200 | 1236 | "$ref": "#/definitions/ParameterDefinition" |
1201 | 1237 | }, |
| 1238 | + "x-ms-identifiers": [ |
| 1239 | + "name" |
| 1240 | + ], |
1202 | 1241 | "description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden." |
1203 | 1242 | } |
1204 | 1243 | }, |
|
1269 | 1308 | "items": { |
1270 | 1309 | "$ref": "#/definitions/ParameterDefinition" |
1271 | 1310 | }, |
| 1311 | + "x-ms-identifiers": [ |
| 1312 | + "name" |
| 1313 | + ], |
1272 | 1314 | "description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden." |
1273 | 1315 | } |
1274 | 1316 | }, |
|
0 commit comments