Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeowners-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: 'actions/checkout@v4'
- name: 'Run Codeowners check'
uses: 'OSS-Docs-Tools/code-owner-self-merge@d085674edba4207f478ff08ff91c7ecf9cbaf767'
uses: 'fox-forks/code-owner-self-merge@hyperupcall-hyperupcall-review-comments-errors'
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
with:
Expand Down
41 changes: 39 additions & 2 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,18 @@
"fileMatch": ["appsettings.StormPetrel.json"],
"url": "https://raw.githubusercontent.com/Scandltd/storm-petrel/main/generator/assets/appsettings.StormPetrel.Schema.json"
},
{
"name": "aqua.yaml",
"description": "aqua configuration file",
"fileMatch": [".aqua.yaml", ".aqua.yml", "aqua.yaml", "aqua.yml"],
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-yaml.json"
},
{
"name": "aqua-policy.yaml",
"description": "aqua policy configuration file",
"fileMatch": [".aqua-policy.yaml", "aqua-policy.yaml"],
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/policy.json"
},
{
"name": "arb.json",
"description": "Application Resource Bundle",
Expand Down Expand Up @@ -307,10 +319,11 @@
"name": "Aurora Agile Meta-Framework",
"description": "Yaml for Aurora Agile Meta-Framework",
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
"url": "https://json.schemastore.org/aurora-1.1.json",
"url": "https://json.schemastore.org/aurora-1.2.json",
"versions": {
"1.0": "https://json.schemastore.org/aurora-1.0.json",
"1.1": "https://json.schemastore.org/aurora-1.1.json"
"1.1": "https://json.schemastore.org/aurora-1.1.json",
"1.2": "https://json.schemastore.org/aurora-1.2.json"
}
},
{
Expand Down Expand Up @@ -1634,6 +1647,12 @@
"fileMatch": ["coffeelint.json"],
"url": "https://json.schemastore.org/coffeelint.json"
},
{
"name": "committed.toml",
"description": "committed configuration file",
"fileMatch": ["committed.toml"],
"url": "https://raw.githubusercontent.com/crate-ci/committed/master/config.schema.json"
},
{
"name": "composer.json",
"description": "PHP Composer configuration file",
Expand Down Expand Up @@ -4594,6 +4613,18 @@
],
"url": "https://json.schemastore.org/rehyperc.json"
},
{
"name": "release-please-config.json",
"description": "Release Please manifest configuration file",
"fileMatch": ["release-please-config.json"],
"url": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
},
{
"name": "release-please-manifest.json",
"description": "Release Please manifest versions file",
"fileMatch": [".release-please-manifest.json"],
"url": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json"
},
{
"name": "release-plz.toml",
"description": "Release-plz configuration file",
Expand Down Expand Up @@ -5463,6 +5494,12 @@
"fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
"url": "https://json.schemastore.org/typo3.json"
},
{
"name": "typos.toml",
"description": "typos configuration file",
"fileMatch": ["typos.toml", "_typos.toml", ".typos.toml"],
"url": "https://raw.githubusercontent.com/crate-ci/typos/master/config.schema.json"
},
{
"name": "typings.json",
"description": "Typings TypeScript definitions manager definition file",
Expand Down
1 change: 1 addition & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"asmdef.json",
"aurora-1.0.json",
"aurora-1.1.json",
"aurora-1.2.json",
"azure-deviceupdate-update-manifest-4.json",
"azure-deviceupdate-update-manifest-5.json",
"azure-deviceupdate-import-manifest-4.0.json",
Expand Down
Loading