From 1a6216d1ad66b053f369926901b824677b5f8236 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 13 Jan 2022 18:44:31 +0800 Subject: [PATCH 1/3] bumped schema version --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 69862c9..ea85c04 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "meta": { - "version": "0.3.0", + "version": "0.3.1", "category": "derived", "dateCreated": "2020-10-29T20:23:03+08:00", "generator": { From 728c97c1dd969e0082bc83ee869217a00269cd26 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 13 Jan 2022 18:46:12 +0800 Subject: [PATCH 2/3] added ajv-formats to validation installation --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3e3588c..0960d3c 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12' - - run: npm install ajv + - run: npm install ajv ajv-formats - run: | wget https://github.com/bible-technology/scripture-burrito/archive/develop.zip unzip develop.zip From adfb42576b9540e4438e1e61c4a006f0d1f098da Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 13 Jan 2022 18:50:36 +0800 Subject: [PATCH 3/3] removed canonSpec and canonType --- metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata.json b/metadata.json index ea85c04..a80b621 100644 --- a/metadata.json +++ b/metadata.json @@ -51,12 +51,6 @@ "translationType": "newTranslation", "usfmVersion": "2.6" }, - "canonType": ["nt"], - "canonSpec": { - "nt": { - "name": "western" - } - }, "currentScope": { "MAT": [], "MRK": [],