Skip to content

Commit

Permalink
temp: Test no CI by inserting tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Jan 12, 2024
1 parent 296a701 commit 2870137
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
90 changes: 45 additions & 45 deletions .github/schema.json
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" ]
}
}
}
44 changes: 22 additions & 22 deletions verified-mods.json
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"
}
]
}
}

0 comments on commit 2870137

Please sign in to comment.