manifest: versioned: fix typo
Signed-off-by: Antonio Murdaca <runcom@redhat.com>master
							parent
							
								
									aa3de8fd4f
								
							
						
					
					
						commit
						2ea0a41872
					
				|  | @ -1,8 +1,8 @@ | |||
| package manifest | ||||
| 
 | ||||
| // Versioned provides a struct with the manifest schemaVersion and . Incoming
 | ||||
| // content with unknown schema version can be decoded against this struct to
 | ||||
| // check the version.
 | ||||
| // Versioned provides a struct with the manifest schemaVersion and mediaType.
 | ||||
| // Incoming content with unknown schema version can be decoded against this
 | ||||
| // struct to check the version.
 | ||||
| type Versioned struct { | ||||
| 	// SchemaVersion is the image manifest schema that this image follows
 | ||||
| 	SchemaVersion int `json:"schemaVersion"` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue