From 03983f93597bc855a926975f8e86e621e394346e Mon Sep 17 00:00:00 2001 From: Palimpsest Maintainer Date: Mon, 24 Aug 2026 21:03:01 +0530 Subject: [PATCH] Add LiquiLens Evidence Carrier schemas to catalog (#6238) Co-authored-by: Mrinal --- src/api/json/catalog.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 79ca27b7cbf..3b39cc431c1 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4918,6 +4918,24 @@ "fileMatch": [], "url": "https://w3id.org/linkml/meta.schema.json" }, + { + "name": "LiquiLens Evidence Carrier v1", + "description": "Transport-neutral, content-addressed financial evidence carrier", + "fileMatch": [ + "liquilens-evidence-carrier.json", + "*.liquilens-evidence-carrier.json" + ], + "url": "https://liquilens.in/protocol/liquilens-evidence-carrier-v1.schema.json" + }, + { + "name": "LiquiLens Evidence Carrier Reference v1", + "description": "Policy-redacted reference to a verified LiquiLens Evidence Carrier", + "fileMatch": [ + "liquilens-evidence-carrier-reference.json", + "*.liquilens-evidence-carrier-reference.json" + ], + "url": "https://liquilens.in/protocol/liquilens-evidence-carrier-reference-v1.schema.json" + }, { "name": "Lively Properties", "description": "Lively Wallpaper configuration file. Documentation: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction#lively-properties",