In [pods.md](https://github.com/appc/spec/blob/master/spec/pods.md) @ 01b1a0221620c2f394c0684686dcf111c484873e, the entry for annotations reads: > name is restricted to the AC Name formatting This disagrees with [aci.md](https://github.com/appc/spec/blob/master/spec/aci.md) which states: > the name is restricted to the AC Identifier formatting It further disagrees with the [Annotation struct](https://github.com/appc/spec/blob/master/schema/types/annotations.go) which has: `type Annotation struct { Name ACIdentifier `json:"name"` Value string `json:"value"` }`
In pods.md @ 01b1a02, the entry for annotations reads:
This disagrees with aci.md which states:
It further disagrees with the Annotation struct which has:
type Annotation struct { Name ACIdentifierjson:"name"Value stringjson:"value"}