mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-25 01:44:08 +01:00
Updated JSON schema to allow description
(#1857)
This commit is contained in:
parent
8e51d6cdb4
commit
89854b7451
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user