mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Update shape string format.
This commit is contained in:
parent
70295b7a6b
commit
c0dcfdd835
4 changed files with 18 additions and 32 deletions
|
|
@ -13,8 +13,9 @@
|
|||
},
|
||||
"Shape": {
|
||||
"type": "string",
|
||||
"minLength": 8,
|
||||
"maxLength": 30
|
||||
"minLength": 5,
|
||||
"maxLength": 30,
|
||||
"pattern": "^shpx_"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue