Increase pcm package id allowed length to 100

This commit is contained in:
qu1ck 2021-11-13 13:33:03 -08:00
parent efc64e972c
commit bef43f975d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"identifier": {
"type": "string",
"description": "Package identifier",
"pattern": "^[a-zA-Z][-a-zA-Z0-9.]{0,48}[a-zA-Z0-9]$"
"pattern": "^[a-zA-Z][-a-zA-Z0-9.]{0,98}[a-zA-Z0-9]$"
},
"type": {
"type": "string",