From d0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 22 Jun 2026 13:12:27 +0400 Subject: feat: implement FParkan architecture foundation Add the modular fparkan workspace, domain crates, adapters, apps, xtask policy/CI, acceptance evidence, and licensed corpus gates for the macOS-focused roadmap foundation. --- fixtures/schemas/report.schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fixtures/schemas/report.schema.json (limited to 'fixtures/schemas/report.schema.json') diff --git a/fixtures/schemas/report.schema.json b/fixtures/schemas/report.schema.json new file mode 100644 index 0000000..70ab4df --- /dev/null +++ b/fixtures/schemas/report.schema.json @@ -0,0 +1,10 @@ +{ + "schema": 1, + "required": ["schema", "kind", "files", "metrics"], + "properties": { + "schema": { "const": 1 }, + "kind": { "type": "string" }, + "files": { "type": "integer" }, + "metrics": { "type": "object" } + } +} -- cgit v1.2.3