mirror of
https://github.com/distribution/distribution.git
synced 2025-09-05 17:01:06 +00:00
Merge pull request #1850 from runcom/typo
manifest: versioned: fix typo
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
package manifest
|
package manifest
|
||||||
|
|
||||||
// Versioned provides a struct with the manifest schemaVersion and . Incoming
|
// Versioned provides a struct with the manifest schemaVersion and mediaType.
|
||||||
// content with unknown schema version can be decoded against this struct to
|
// Incoming content with unknown schema version can be decoded against this
|
||||||
// check the version.
|
// struct to check the version.
|
||||||
type Versioned struct {
|
type Versioned struct {
|
||||||
// SchemaVersion is the image manifest schema that this image follows
|
// SchemaVersion is the image manifest schema that this image follows
|
||||||
SchemaVersion int `json:"schemaVersion"`
|
SchemaVersion int `json:"schemaVersion"`
|
||||||
|
Reference in New Issue
Block a user