Skip to content

Commit

Permalink
Merge pull request #168 from jpgough-ms/relationsip-type
Browse files Browse the repository at this point in the history
Fixes issue with interfaces on relationships on reopened #164
  • Loading branch information
willosborne authored Apr 22, 2024
2 parents 91d9d55 + a052a0d commit 2dd765d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calm/draft/2024-04/meta/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@
"type": "object",
"properties": {
"source": {
"$ref": "interface.json#/defs/interface-type"
"$ref": "interface.json#/defs/node-interface"
},
"destination": {
"$ref": "interface.json#/defs/interface-type"
"$ref": "interface.json#/defs/node-interface"
}
},
"required": [
Expand Down

0 comments on commit 2dd765d

Please sign in to comment.