Today Annotations are parsed as:
pub type Annotations = HashMap<String, String>
There are a set of additional rules defined at https://github.com/opencontainers/image-spec/blob/v1.0.1/annotations.md#rules, which should be programmatically verified on upload.
Today Annotations are parsed as:
There are a set of additional rules defined at https://github.com/opencontainers/image-spec/blob/v1.0.1/annotations.md#rules, which should be programmatically verified on upload.