Skip to content

Commit c2c73d1

Browse files
authored
reposets: Add catalog entries for config and credentials schemas (#5602)
Register two externally-hosted JSON Schemas for the reposets CLI tool: - reposets.config.schema.json (repo settings configuration) - reposets.credentials.schema.json (authentication profiles) Schemas are hosted at https://github.com/spencerbeggs/reposets Signed-off-by: C. Spencer Beggs <spencer@beggs.codes>
1 parent 8012e72 commit c2c73d1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5655,6 +5655,18 @@
56555655
"fileMatch": ["replit.toml"],
56565656
"url": "https://www.schemastore.org/replit.json"
56575657
},
5658+
{
5659+
"name": "reposets Configuration",
5660+
"description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",
5661+
"fileMatch": ["reposets.config.toml", "reposets.config.json"],
5662+
"url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.config.schema.json"
5663+
},
5664+
{
5665+
"name": "reposets Credentials",
5666+
"description": "Authentication profiles for the reposets CLI tool",
5667+
"fileMatch": ["reposets.credentials.toml", "reposets.credentials.json"],
5668+
"url": "https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.credentials.schema.json"
5669+
},
56585670
{
56595671
"name": "*.resjson",
56605672
"description": "Windows App localization file",

0 commit comments

Comments
 (0)