|
118 | 118 | "type": "string", |
119 | 119 | "description": "A URI to a resource that further describes this hardware item" |
120 | 120 | }, |
| 121 | + "extension": { |
| 122 | + "$ref": "#/definitions/Extension" |
| 123 | + }, |
121 | 124 | "schemaId": { |
122 | 125 | "type": "string", |
123 | 126 | "description": "The unique identifier of the schema that applies to this instance's extension" |
124 | | - }, |
125 | | - "extension": { |
126 | | - "$ref": "#/definitions/Extension" |
127 | 127 | } |
128 | 128 | } |
129 | 129 | }, |
|
148 | 148 | "type": "string", |
149 | 149 | "description": "A URI to a resource that further describes this operator" |
150 | 150 | }, |
| 151 | + "extension": { |
| 152 | + "$ref": "#/definitions/Extension" |
| 153 | + }, |
151 | 154 | "schemaId": { |
152 | 155 | "type": "string", |
153 | 156 | "description": "The unique identifier of the schema that applies to this instance's extension" |
154 | | - }, |
155 | | - "extension": { |
156 | | - "$ref": "#/definitions/Extension" |
157 | 157 | } |
158 | 158 | } |
159 | 159 | }, |
|
178 | 178 | "type": "string", |
179 | 179 | "description": "A URI to a resource that further describes this software item" |
180 | 180 | }, |
| 181 | + "extension": { |
| 182 | + "$ref": "#/definitions/Extension" |
| 183 | + }, |
181 | 184 | "schemaId": { |
182 | 185 | "type": "string", |
183 | 186 | "description": "The unique identifier of the schema that applies to this instance's extension" |
184 | | - }, |
185 | | - "extension": { |
186 | | - "$ref": "#/definitions/Extension" |
187 | 187 | } |
188 | 188 | } |
189 | 189 | }, |
|
228 | 228 | "type": "string", |
229 | 229 | "description": "A URI to a resource that further describes this test adapter" |
230 | 230 | }, |
| 231 | + "extension": { |
| 232 | + "$ref": "#/definitions/Extension" |
| 233 | + }, |
231 | 234 | "schemaId": { |
232 | 235 | "type": "string", |
233 | 236 | "description": "The unique identifier of the schema that applies to this instance's extension" |
234 | | - }, |
235 | | - "extension": { |
236 | | - "$ref": "#/definitions/Extension" |
237 | 237 | } |
238 | 238 | } |
239 | 239 | }, |
|
258 | 258 | "type": "string", |
259 | 259 | "description": "A URI to a resource that further describes this test" |
260 | 260 | }, |
| 261 | + "extension": { |
| 262 | + "$ref": "#/definitions/Extension" |
| 263 | + }, |
261 | 264 | "schemaId": { |
262 | 265 | "type": "string", |
263 | 266 | "description": "The unique identifier of the schema that applies to this instance's extension" |
264 | | - }, |
265 | | - "extension": { |
266 | | - "$ref": "#/definitions/Extension" |
267 | 267 | } |
268 | 268 | } |
269 | 269 | }, |
|
288 | 288 | "type": "string", |
289 | 289 | "description": "A URI to a resource that further describes this test station" |
290 | 290 | }, |
| 291 | + "extension": { |
| 292 | + "$ref": "#/definitions/Extension" |
| 293 | + }, |
291 | 294 | "schemaId": { |
292 | 295 | "type": "string", |
293 | 296 | "description": "The unique identifier of the schema that applies to this instance's extension" |
294 | | - }, |
295 | | - "extension": { |
296 | | - "$ref": "#/definitions/Extension" |
297 | 297 | } |
298 | 298 | } |
299 | 299 | }, |
|
310 | 310 | "type": "string", |
311 | 311 | "description": "The name of the UUT model" |
312 | 312 | }, |
| 313 | + "family": { |
| 314 | + "type": "string", |
| 315 | + "description": "The UUT family or product line" |
| 316 | + }, |
| 317 | + "manufacturers": { |
| 318 | + "type": "array", |
| 319 | + "description": "List of manufacturers of the UUT", |
| 320 | + "items": { |
| 321 | + "type": "string" |
| 322 | + } |
| 323 | + }, |
313 | 324 | "partNumber": { |
314 | 325 | "type": "string", |
315 | 326 | "description": "The part number of the UUT" |
|
318 | 329 | "type": "string", |
319 | 330 | "description": "A URI to a resource that further describes this UUT" |
320 | 331 | }, |
321 | | - "family": { |
322 | | - "type": "string", |
323 | | - "description": "The UUT family or product line" |
| 332 | + "extension": { |
| 333 | + "$ref": "#/definitions/Extension" |
324 | 334 | }, |
325 | 335 | "schemaId": { |
326 | 336 | "type": "string", |
327 | 337 | "description": "The unique identifier of the schema that applies to this instance's extension" |
328 | | - }, |
329 | | - "extension": { |
330 | | - "$ref": "#/definitions/Extension" |
331 | 338 | } |
332 | 339 | } |
333 | 340 | }, |
|
340 | 347 | "type": "string", |
341 | 348 | "description": "Optional alias identifier for referencing this UUT instance from other entities" |
342 | 349 | }, |
| 350 | + "uutAlias": { |
| 351 | + "type": "string", |
| 352 | + "description": "Alias reference to the parent UUT model or type" |
| 353 | + }, |
343 | 354 | "serialNumber": { |
344 | 355 | "type": "string", |
345 | 356 | "description": "The serial number of the UUT instance" |
|
360 | 371 | "type": "string", |
361 | 372 | "description": "A URI to a resource that further describes this UUT instance" |
362 | 373 | }, |
| 374 | + "extension": { |
| 375 | + "$ref": "#/definitions/Extension" |
| 376 | + }, |
363 | 377 | "schemaId": { |
364 | 378 | "type": "string", |
365 | 379 | "description": "The unique identifier of the schema that applies to this instance's extension" |
366 | | - }, |
367 | | - "uutAlias": { |
368 | | - "type": "string", |
369 | | - "description": "Alias reference to the parent UUT model or type" |
370 | | - }, |
371 | | - "extension": { |
372 | | - "$ref": "#/definitions/Extension" |
373 | 380 | } |
374 | 381 | } |
375 | 382 | }, |
|
382 | 389 | "type": "string", |
383 | 390 | "description": "Optional alias identifier for referencing this test description from other entities" |
384 | 391 | }, |
| 392 | + "uutAlias": { |
| 393 | + "type": "string", |
| 394 | + "description": "Alias reference to the UUT this test is designed for" |
| 395 | + }, |
385 | 396 | "name": { |
386 | 397 | "type": "string", |
387 | 398 | "description": "The name of the test description" |
|
390 | 401 | "type": "string", |
391 | 402 | "description": "A URI to a resource that further describes this test description" |
392 | 403 | }, |
| 404 | + "extension": { |
| 405 | + "$ref": "#/definitions/Extension" |
| 406 | + }, |
393 | 407 | "schemaId": { |
394 | 408 | "type": "string", |
395 | 409 | "description": "The unique identifier of the schema that applies to this instance's extension" |
396 | | - }, |
397 | | - "uutAlias": { |
398 | | - "type": "string", |
399 | | - "description": "Alias reference to the UUT this test is designed for" |
400 | | - }, |
401 | | - "extension": { |
402 | | - "$ref": "#/definitions/Extension" |
403 | 410 | } |
404 | 411 | } |
405 | 412 | } |
|
0 commit comments