From 60096792a98a4b1bdc6b5c9578add3203cb01d51 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:08:42 +0200 Subject: [PATCH] chore(docs): update JSON API reference schema --- docs/src/content/docs/integrations.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/integrations.mdx b/docs/src/content/docs/integrations.mdx index 63e053b..66611f5 100644 --- a/docs/src/content/docs/integrations.mdx +++ b/docs/src/content/docs/integrations.mdx @@ -34,6 +34,7 @@ The data returned from the API or from the CLI is in JSON and looks like this: "repository": "sergi0g/cup", "tag": "latest", }, + "url": "https://github.com/sergi0g/cup", // The URL specified in the "org.opencontainers.image.url" label, otherwise null "result": { "has_update": true, // `true` when an image has an update of any kind, `false` when up to date and `null` when unknown. "info": {