Updated JSON schema to allow description (#1857)
This commit is contained in:
@@ -103,6 +103,9 @@
|
||||
"$ref": "components.json#/definitions/inventory-item"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -58,6 +58,9 @@
|
||||
"$ref": "components.json#/definitions/rear-port"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"comments": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user