-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "temp: Test no CI by inserting tabs"
This reverts commit 2870137.
- Loading branch information
1 parent
2870137
commit 1cb49a0
Showing
2 changed files
with
67 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" ] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
] | ||
} | ||
} |