Skip to content

Commit

Permalink
Remove exports from graph schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 2, 2017
1 parent 443ef9c commit 2a3f3ef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion grammar/fbp.peg
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
var result = {
processes: nodes,
connections: parser.processEdges(),
exports: parser.exports,
inports: parser.inports,
outports: parser.outports
};
Expand Down
1 change: 0 additions & 1 deletion lib/fbp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions schema/graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@
}
}
},
"exports": {
"type": [
"array",
"undefined"
],
"description": "Deprecated, use inports and outports instead"
},
"groups": {
"type": "array",
"description": "List of groups of processes",
Expand Down
5 changes: 0 additions & 5 deletions schemata/graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ properties:
y:
type: integer
description: "Y coordinate of a graph outport"
exports:
type:
- array
- undefined
description: "Deprecated, use inports and outports instead"
groups:
type: "array"
description: "List of groups of processes"
Expand Down

0 comments on commit 2a3f3ef

Please sign in to comment.