1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Add helpers_version to manifest schema. (#2429)

This commit is contained in:
Salamandar 2024-06-21 12:08:48 +02:00 committed by GitHub
parent e38c7401f1
commit 7321ab6ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,6 +151,10 @@
"type": "string",
"pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,2}$"
},
"helpers_version": {
"type": "string",
"pattern": "^[0.9]*\\.[0-9]*$"
},
"architectures": {
"oneOf": [
{