app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.5.2 vs app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.6.0.rc1
- old
+ new
@@ -1,8 +1,12 @@
object @resource
-attributes :id, :name, :schema_version, :digest
+attributes :id, :schema_version, :digest, :manifest_type
child :docker_tags => :tags do
attributes :associated_meta_tag_identifier => :id
attributes :repository_id, :name
+end
+
+child :docker_manifest_lists => :manifest_lists do
+ attributes :id, :digest, :schema_version, :manifest_type
end