From 585c0398afd1fe7fa66934b9f19e853f00586a97 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 4 Dec 2015 21:04:51 -0800 Subject: [PATCH] registration: Remove type validation for "config" items 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/extension.schema.json b/docs/extension.schema.json index dde4fa189e..b6354679e9 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -711,7 +711,6 @@ }, "patternProperties": { "^[a-zA-Z_\u007f-\u00ff][a-zA-Z0-9_\u007f-\u00ff]*$": { - "type": ["object", "array", "string", "integer", "null", "boolean"], "properties": { "_merge_strategy": { "type": "string", -- 2.20.1