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