Index: tools/json_schema_compiler/compiler.py |
diff --git a/tools/json_schema_compiler/compiler.py b/tools/json_schema_compiler/compiler.py |
index 593f68730339d424895aad151da40dd7c042ab72..0813ee55a9ba43e48029c7ff091a8b0c47f08e4e 100755 |
--- a/tools/json_schema_compiler/compiler.py |
+++ b/tools/json_schema_compiler/compiler.py |
@@ -48,7 +48,7 @@ def handle_single_schema(filename, dest_dir, root, root_namespace): |
schema = os.path.normpath(filename) |
schema_filename, schema_extension = os.path.splitext(schema) |
path, short_filename = os.path.split(schema_filename) |
- api_defs = load_schema(schema) |
+ api_defs = json_schema.DeleteNocompileNodes(load_schema(schema)) |
api_model = model.Model() |