mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Fix manifest.toml schema : add antifeatures section
This commit is contained in:
parent
466f4750fc
commit
1728d8cc5e
1 changed files with 8 additions and 0 deletions
|
@ -142,6 +142,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"antifeatures": {
|
||||||
|
"type": "object",
|
||||||
|
"required": [],
|
||||||
|
"additionalProperties": false,
|
||||||
|
"patternProperties": {
|
||||||
|
"^[a-zA-Z0-9_-]*$": {"$ref": "#/$defs/translated_string"}
|
||||||
|
}
|
||||||
|
},
|
||||||
"install": {
|
"install": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [],
|
"required": [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue