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:
parent
e38c7401f1
commit
7321ab6ebf
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,2}$"
|
"pattern": "^>= ?[0-9]{1,2}(\\.[0-9]{1,2}){0,2}$"
|
||||||
},
|
},
|
||||||
|
"helpers_version": {
|
||||||
|
"type": "string",
|
||||||
|
"pattern": "^[0.9]*\\.[0-9]*$"
|
||||||
|
},
|
||||||
"architectures": {
|
"architectures": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue