Skip to content

Commit

Permalink
Update container schema to allow imageBundle to be included
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmacgiolla authored and sugetha24 committed Oct 12, 2022
1 parent c365a3c commit a0115b6
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,20 @@
"type": "string"
},
"required": False
},
"imageBundle": {
"$id": "#/items/anyOf/0/properties/imageBundle",
"type": "string",
"required": False,
"title": "The name of the image bundle",
"description": "The name of the image bundle to be associated with the container.",
"default": "",
"examples": [
{"imageBundle": "spine_image_bundle"}
],
"items": {
"$id": "#/items/anyOf/0/properties/imageBundle/items"
}
}
}
}
Expand Down

0 comments on commit a0115b6

Please sign in to comment.