diff --git a/process_bigraph/composite.py b/process_bigraph/composite.py index f49f8c4..48b67d9 100644 --- a/process_bigraph/composite.py +++ b/process_bigraph/composite.py @@ -382,12 +382,11 @@ class Composite(Process): config_schema = { - # TODO: add schema type - 'composition': 'tree[any]', + 'composition': 'schema', 'state': 'tree[any]', 'schema': { - 'inputs': 'tree[any]', - 'outputs': 'tree[any]'}, + 'inputs': 'schema', + 'outputs': 'schema'}, 'bridge': { 'inputs': 'wires', 'outputs': 'wires'},