Updated JSON schema to allow description (#1857)

This commit is contained in:
Boian Berberov
2024-01-23 15:14:03 +00:00
committed by GitHub
parent 8e51d6cdb4
commit 89854b7451
2 changed files with 6 additions and 0 deletions

View File

@@ -103,6 +103,9 @@
"$ref": "components.json#/definitions/inventory-item"
}
},
"description": {
"type": "string"
},
"comments": {
"type": "string"
}

View File

@@ -58,6 +58,9 @@
"$ref": "components.json#/definitions/rear-port"
}
},
"description": {
"type": "string"
},
"comments": {
"type": "string"
}