1 // Package v2 describes routes, urls and the error codes used in the Docker 2 // Registry JSON HTTP API V2. In addition to declarations, descriptors are 3 // provided for routes and error codes that can be used for implementation and 4 // automatically generating documentation. 5 // 6 // Definitions here are considered to be locked down for the V2 registry api. 7 // Any changes must be considered carefully and should not proceed without a 8 // change proposal in docker core. 9 package v2 10