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
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"fileMatch": ["accelerator.yaml"],
"url": "https://www.schemastore.org/accelerator.json"
},
{
"name": "Applicant Profile Protocol",
"description": "Structured JSON format for professional profiles, resumes, and CVs with skills, experience, education, and certifications",
"fileMatch": ["*.app.json"],
"url": "https://app-protocol.org/schema/app-1.0.json"
},
{
"name": "gRPC API Gateway & OpenAPI Config",
"description": "Config file for gRPC API Gateway & OpenAPI v3.1 generation",
Expand Down Expand Up @@ -5487,6 +5493,12 @@
"41": "https://www.schemastore.org/renovate-global-schema-41.json"
}
},
{
"name": "Renovate inherited configuration",
"description": "Renovate configuration file (with Inherit Config options). Documentation: https://docs.renovatebot.com/configuration-options",
"fileMatch": [],
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json"
},
{
"name": "RenderCV",
"description": "RenderCV input 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 @@ -385,6 +385,7 @@
"theme-v1.json",
"renovate.json",
"renovate-global-schema.json",
"renovate-inherited-schema.json",
"markdownlint.json",
"geojson.json",
"semgrep.json",
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/json/renovate-inherited-schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$ref": "https://docs.renovatebot.com/renovate-inherited-schema.json"
}