registration: Remove type validation for "config" items
authorKunal Mehta <legoktm@member.fsf.org>
Sat, 5 Dec 2015 05:04:51 +0000 (21:04 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Sat, 5 Dec 2015 05:04:51 +0000 (21:04 -0800)
The type list was missing "number" for doubles, but since we allow *all*
types of variables, don't even bother checking types.

Bug: T120507
Change-Id: I10626f5764f49d4f96a3cc35a27c890905a71bfe

docs/extension.schema.json

index dde4fa1..b635467 100644 (file)
                        },
                        "patternProperties": {
                                "^[a-zA-Z_\u007f-\u00ff][a-zA-Z0-9_\u007f-\u00ff]*$": {
-                                       "type": ["object", "array", "string", "integer", "null", "boolean"],
                                        "properties": {
                                                "_merge_strategy": {
                                                        "type": "string",