Skip to content

Commit 5ca4537

Browse files
committed
Update catalog at 2026-01-28T13:00:02Z
1 parent e48977e commit 5ca4537

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

data/schemata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import/SchemaStore.vim

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ export const schemata =
8282
"accelerator.yaml"
8383
]
8484
},
85+
{
86+
"url": "https://app-protocol.org/schema/app-1.0.json",
87+
"description": "Structured JSON format for professional profiles, resumes, and CVs with skills, experience, education, and certifications",
88+
"name": "Applicant Profile Protocol",
89+
"fileMatch": [
90+
"*.app.json"
91+
]
92+
},
8593
{
8694
"url": "https://www.schemastore.org/grpc-api-gateway.json",
8795
"description": "Config file for gRPC API Gateway & OpenAPI v3.1 generation",
@@ -6752,6 +6760,12 @@ export const schemata =
67526760
},
67536761
"fileMatch": []
67546762
},
6763+
{
6764+
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
6765+
"description": "Renovate configuration file (with Inherit Config options). Documentation: https://docs.renovatebot.com/configuration-options",
6766+
"name": "Renovate inherited configuration",
6767+
"fileMatch": []
6768+
},
67556769
{
67566770
"url": "https://raw.githubusercontent.com/sinaatalay/rendercv/main/schema.json",
67576771
"description": "RenderCV input file",

0 commit comments

Comments
 (0)