We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ce258d + c8f5a56 commit d12da90Copy full SHA for d12da90
1 file changed
specs-go/state.go
@@ -3,7 +3,7 @@ package specs
3
// State holds information about the runtime state of the container.
4
type State struct {
5
// Version is the version of the specification that is supported.
6
- Version string `json:"version"`
+ Version string `json:"ociVersion"`
7
// ID is the container ID
8
ID string `json:"id"`
9
// Status is the runtime state of the container.
0 commit comments