From f8aabbd7d1f71b7d951d852c601cf6b8288c3222 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 7 Jun 2023 15:10:22 +0200 Subject: [PATCH] Add a note that annotations and image lists are currently unused. (The Pulp folks asked for that clarification in response to my work-in-progress implementation of this protocol for Pulp at "Implement flatpak index view".) --- docs/protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/protocol.md b/docs/protocol.md index 6492a8d..ba944a1 100644 --- a/docs/protocol.md +++ b/docs/protocol.md @@ -110,3 +110,4 @@ The basic structure of the JSON returned from a request is: Notes ----- * For images within an image list, the architecture matched by `architecture=` queries and returned in the JSON result is the architecture extracted from the images `config.json`, not the architecture in the manifest list or image index. +* Even though the protocol allows for annotations (in addition to labels) and for lists of images (in addition to individual images), the current implementation does not make use of those two features.