From 48e3094901adfa9b03092e632b27bbc1162215c0 Mon Sep 17 00:00:00 2001 From: Caglar Orhan Date: Tue, 27 Jan 2026 04:18:57 -0600 Subject: [PATCH] Add Applicant Profile Protocol (APP) schema - Schema URL: https://app-protocol.org/schema/app-1.0.json - File pattern: *.app.json - Description: Structured JSON format for professional profiles, resumes, and CVs The Applicant Profile Protocol (APP) is an open, JSON-based standard for representing professional profiles with comprehensive support for skills, experience, education, certifications, projects, and languages. Features: - JSON Schema validation (draft 2020-12) - Export to JSON Resume, Europass XML, HR-XML - Semantic layer support via JSON-LD - Protocol version management - Comprehensive field definitions Documentation: https://app-protocol.org/spec/1.0 Repository: https://github.com/caglarorhan/Applicant-Profile-Protocol npm package: applicant-profile-protocol --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 5d88b60bd5a..34fdc6c39cf 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -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",