app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.14.1 vs app/views/katello/api/v2/docker_manifests/show.json.rabl in katello-3.15.0.rc1

- old
+ new

@@ -2,10 +2,11 @@ attributes :id, :schema_version, :digest, :manifest_type child :docker_tags => :tags do attributes :associated_meta_tag_identifier => :id - attributes :repository_id, :name + attributes :repository => :repository_id + attributes :name end child :docker_manifest_lists => :manifest_lists do attributes :id, :digest, :schema_version, :manifest_type end