Skip to content

Commit

Permalink
update schema examples
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Apr 16, 2021
1 parent ddfb4dc commit 64e572b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ examples:
direction: fwd
target_node: !<tag:weldx.bam.de:weldx/core/graph/di_node-1.0.0>
name: A
edges: []
-
- An edge pointing from node B.
- |
!<tag:weldx.bam.de:weldx/core/graph/di_edge-1.0.0>
direction: bwd
target_node: !<tag:weldx.bam.de:weldx/core/graph/di_node-1.0.0>
name: B
edges: []
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ examples:
target_node: !<tag:weldx.bam.de:weldx/core/graph/di_node-1.0.0>
name: H
attributes: {node_attr: 3.14}
edges: []
- !<tag:weldx.bam.de:weldx/core/graph/di_edge-1.0.0>
direction: fwd
attributes: {edge_attr: 42}
Expand All @@ -48,7 +47,6 @@ examples:
target_node: !<tag:weldx.bam.de:weldx/core/graph/di_node-1.0.0>
name: D
attributes: {node_attr: 3.14}
edges: []
type: object
Expand Down

0 comments on commit 64e572b

Please sign in to comment.