{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateContainerVersionRequestVersionOptions",
"type": "object",
"description": "Options for new container versions.",
"properties": {
"name": {
"type": "string",
"description": "The name of the container version to be created."
},
"notes": {
"type": "string",
"description": "The notes of the container version to be created."
}
}
}