Skip to content

Commit 07270c9

Browse files
committed
add missing field to schema
1 parent 08fd05f commit 07270c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ni/measurements/metadata/v1/registration.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,13 @@
314314
"type": "string",
315315
"description": "The part number of the UUT"
316316
},
317+
"manufacturers": {
318+
"type": "array",
319+
"description": "List of manufacturers of the UUT",
320+
"items": {
321+
"type": "string"
322+
}
323+
},
317324
"link": {
318325
"type": "string",
319326
"description": "A URI to a resource that further describes this UUT"

0 commit comments

Comments
 (0)