mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-02-16 18:31:21 +01:00
Closes #26: Validate slug charset
This commit is contained in:
parent
1c98c069b8
commit
05fa6e535a
@ -9,7 +9,8 @@
|
||||
"type": "string"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^[-a-zA-Z0-9_]+$"
|
||||
},
|
||||
"part_number": {
|
||||
"type": "string"
|
||||
|
Loading…
Reference in New Issue
Block a user