From 8a38101abbe77acb553e6a91fd3d535520101bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 26 Aug 2023 11:18:42 +0200 Subject: [PATCH] schemas: fix $id urls --- schemas/manifest.v2.schema.json | 2 +- schemas/tests.v1.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index f6a3a013..bb6f6b02 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/YunoHost/apps/blob/master/schemas/manifest.v2.schema.json", + "$id": "https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json", "title": "Yunohost app manifest.toml schema", "version": "0", diff --git a/schemas/tests.v1.schema.json b/schemas/tests.v1.schema.json index 6a170cac..ae49c2a7 100644 --- a/schemas/tests.v1.schema.json +++ b/schemas/tests.v1.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema", - "$id": "https://github.com/YunoHost/apps/blob/master/schemas/tests.v1.schema.json", + "$id": "https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json", "title": "Yunohost app package tests.toml schema", "version": "0",