From ca8898befde7bc33ffe9eab1821552333841946c Mon Sep 17 00:00:00 2001 From: Brendan Melville Date: Wed, 4 Nov 2015 14:31:08 -0800 Subject: [PATCH] Revert "Adding information about imports in schemas to design.md" This reverts commit 1f9af621366c6448d5f3a47988fb36255d3d3124. --- docs/design/design.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/design/design.md b/docs/design/design.md index ed0f99b98..1f2dcdc34 100644 --- a/docs/design/design.md +++ b/docs/design/design.md @@ -127,7 +127,6 @@ more details, including: * info: more information about the template, including long description and title -* imports: any sub-imports used by this template (may be relative path or URL) * required: properties which are required when instantiating the template * properties: JSON Schema descriptions of each property the template accepts @@ -138,9 +137,6 @@ info: title: The Example description: A template being used as an example to illustrate concepts. -imports: -- path: helper.py - required: - prop1