registration: Allow @-prefixed keys in manifest_version 2
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index 9da636f..1936cdc 100644 (file)
@@ -3,6 +3,12 @@
        "description": "MediaWiki extension.json schema",
        "type": "object",
        "additionalProperties": false,
+       "patternProperties": {
+               "^@": {
+                       "type": "string",
+                       "description": "Arbitrary notes, ignored by the parser."
+               }
+       },
        "properties": {
                "manifest_version": {
                        "type": "integer",