Skip to content

Commit

Permalink
schema type
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed Jan 29, 2024
1 parent 8709d73 commit b4e6f05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions process_bigraph/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit b4e6f05

Please sign in to comment.