Skip to content

Commit

Permalink
Fixes issue with interfaces on relationships on reopened #164
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms committed Apr 22, 2024
1 parent 91d9d55 commit a052a0d
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 a052a0d

Please sign in to comment.