Skip to content

Commit

Permalink
Fixes #328 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms authored Aug 9, 2024
1 parent cc2607a commit 812dd32
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions calm/draft/2024-08/meta/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,30 @@
"Minutes",
"Hours"
]
},
"container-image-interface": {
"$ref": "#/defs/interface-type",
"type": "object",
"properties": {
"image": {
"type": "string"
}
},
"required": [
"image"
]
},
"port-interface": {
"$ref": "#/defs/interface-type",
"type": "object",
"properties": {
"port": {
"type": "integer"
}
},
"required": [
"port"
]
}
}
}

0 comments on commit 812dd32

Please sign in to comment.