Commit 77a6d477 authored by Brendan Melville's avatar Brendan Melville

Adding information about imports in schemas to design.md

parent 47202789
...@@ -127,6 +127,7 @@ more details, including: ...@@ -127,6 +127,7 @@ more details, including:
* info: more information about the template, including long description and * info: more information about the template, including long description and
title title
* imports: any sub-imports used by this template (may be relative path or URL)
* required: properties which are required when instantiating the template * required: properties which are required when instantiating the template
* properties: JSON Schema descriptions of each property the template accepts * properties: JSON Schema descriptions of each property the template accepts
...@@ -137,6 +138,9 @@ info: ...@@ -137,6 +138,9 @@ info:
title: The Example title: The Example
description: A template being used as an example to illustrate concepts. description: A template being used as an example to illustrate concepts.
imports:
- path: helper.py
required: required:
- prop1 - prop1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment