From 841e7ce581acb99a0478b864abc7c72dc56e7d88 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Sat, 6 May 2023 22:10:38 +0800 Subject: [PATCH] Add ID field for Flatpak support --- data/schema.strict.yaml | 5 +++++ data/schema.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/data/schema.strict.yaml b/data/schema.strict.yaml index 22f3f852..976c2122 100644 --- a/data/schema.strict.yaml +++ b/data/schema.strict.yaml @@ -105,3 +105,8 @@ additionalProperties: properties: id: type: integer + id: + type: object + properties: + flatpak: + type: string diff --git a/data/schema.yaml b/data/schema.yaml index 7eb9585b..71678fd9 100644 --- a/data/schema.yaml +++ b/data/schema.yaml @@ -86,3 +86,8 @@ additionalProperties: properties: id: type: integer + id: + type: object + properties: + flatpak: + type: string