From 2870137283d9c552b9b8645aa3968bef8f0b9e78 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 12 Jan 2024 13:27:01 +0100 Subject: [PATCH] temp: Test no CI by inserting tabs --- .github/schema.json | 90 ++++++++++++++++++++++----------------------- verified-mods.json | 44 +++++++++++----------- 2 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/schema.json b/.github/schema.json index 11ecd21..c155ae7 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -1,47 +1,47 @@ { - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Verified mods manifesto", - "description": "A list of mods that can be automatically downloaded by the Northstar client.", - "type": "object", - "patternProperties": { - "^[A-Za-z._0-9]+": { - "type": "object", - "properties": { - "DependencyPrefix": { - "type": "string", - "pattern": "^([A-Za-z._0-9]+)-([A-Za-z._0-9]+)$" - }, - "Repository": { - "type": "string", - "pattern": "^https://" - }, - "Versions": { - "type": "array", - "items": { - "type": "object", - "properties": { - "Version": { - "type": "string", - "pattern": "^(([0-9]+)\\.([0-9]+)\\.([0-9]+))$" - }, - "Checksum": { - "type": "string", - "pattern": "^([0-9a-f]+)$", - "minLength": 64, - "maxLength": 64 - }, - "CommitHash": { - "type": "string", - "pattern": "^([0-9a-f]+)$", - "minLength": 40, - "maxLength": 40 - } - }, - "required": [ "Version", "Checksum", "CommitHash" ] - } - } - }, - "required": [ "DependencyPrefix", "Repository", "Versions" ] - } - } + "$schema": "https://json-schema.org/draft/2020-12/schema", + "title": "Verified mods manifesto", + "description": "A list of mods that can be automatically downloaded by the Northstar client.", + "type": "object", + "patternProperties": { + "^[A-Za-z._0-9]+": { + "type": "object", + "properties": { + "DependencyPrefix": { + "type": "string", + "pattern": "^([A-Za-z._0-9]+)-([A-Za-z._0-9]+)$" + }, + "Repository": { + "type": "string", + "pattern": "^https://" + }, + "Versions": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Version": { + "type": "string", + "pattern": "^(([0-9]+)\\.([0-9]+)\\.([0-9]+))$" + }, + "Checksum": { + "type": "string", + "pattern": "^([0-9a-f]+)$", + "minLength": 64, + "maxLength": 64 + }, + "CommitHash": { + "type": "string", + "pattern": "^([0-9a-f]+)$", + "minLength": 40, + "maxLength": 40 + } + }, + "required": [ "Version", "Checksum", "CommitHash" ] + } + } + }, + "required": [ "DependencyPrefix", "Repository", "Versions" ] + } + } } diff --git a/verified-mods.json b/verified-mods.json index b5645b7..aa22ef6 100644 --- a/verified-mods.json +++ b/verified-mods.json @@ -1,24 +1,24 @@ { - "Odd.s2space": { - "DependencyPrefix": "odds-s2space", - "Repository": "https://github.com/uniboi/s2space", - "Versions": [ - { - "Version": "0.0.5", - "CommitHash": "f27b8f1f05d5278aa8f47ead2d9e70f39f274173", - "Checksum": "670987e07806e8dffcb591bad8724f29abc18d9baa304d9ab4fae7804bd86bc2" - } - ] - }, - "Parkour": { - "DependencyPrefix": "Alystrasz-Parkour", - "Repository": "https://github.com/Alystrasz/Alystrasz.Parkour", - "Versions": [ - { - "Version": "0.2.1", - "CommitHash": "0eca593ac1666aeeaa061a5c545d917d47d6d113", - "Checksum": "eef8ae5a88df68b249529f31713d0219b18391202dfeedc2d109936c729c571c" - } - ] - } + "Odd.s2space": { + "DependencyPrefix": "odds-s2space", + "Repository": "https://github.com/uniboi/s2space", + "Versions": [ + { + "Version": "0.0.5", + "CommitHash": "f27b8f1f05d5278aa8f47ead2d9e70f39f274173", + "Checksum": "670987e07806e8dffcb591bad8724f29abc18d9baa304d9ab4fae7804bd86bc2" + } + ] + }, + "Parkour": { + "DependencyPrefix": "Alystrasz-Parkour", + "Repository": "https://github.com/Alystrasz/Alystrasz.Parkour", + "Versions": [ + { + "Version": "0.2.1", + "CommitHash": "0eca593ac1666aeeaa061a5c545d917d47d6d113", + "Checksum": "eef8ae5a88df68b249529f31713d0219b18391202dfeedc2d109936c729c571c" + } + ] + } }