Skip to content

Commit e3f76a1

Browse files
committed
inventory: remove 'model', 'serial', 'partNum' from keys
Signed-off-by: LucaNicosia <[email protected]>
1 parent b22700e commit e3f76a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

suzieq/config/schema/inventory.avsc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
{
2222
"name": "model",
2323
"type": "string",
24-
"key": 3,
2524
"display": 3,
2625
"description": "Model of the entry"
2726
},
@@ -34,13 +33,11 @@
3433
{
3534
"name": "serial",
3635
"type": "string",
37-
"key": 4,
3836
"description": "Serial number of entry"
3937
},
4038
{
4139
"name": "partNum",
4240
"type": "string",
43-
"key": 5,
4441
"description": "Part number of entry"
4542
},
4643
{

0 commit comments

Comments
 (0)