Index: tools/json_schema_compiler/test/tabs.json |
diff --git a/tools/json_schema_compiler/test/tabs.json b/tools/json_schema_compiler/test/tabs.json |
index 0bd6ae672232132eb1297eeaf00bd4c418a3dc92..1069eb66d88ba3c1630df1c8b6641afdfc268f2a 100644 |
--- a/tools/json_schema_compiler/test/tabs.json |
+++ b/tools/json_schema_compiler/test/tabs.json |
@@ -1,7 +1,6 @@ |
[ |
{ |
"namespace": "tabs", |
- "compile": true, |
"types": [ |
{ |
"id": "Tab", |
@@ -338,6 +337,7 @@ |
"properties": { |
"url": { |
"optional": true, |
+ "type": "string", |
"description": "A URL to navigate the tab to." |
}, |
"active": { |