From 0210da97088fdc4840cdde9bc31508e519b5ca51 Mon Sep 17 00:00:00 2001 From: Julia Lange Date: Wed, 7 May 2025 16:25:07 -0700 Subject: [PATCH] Lexicons, add optional title to external I really like this change. I think it'll make records way easier to understand in the repo, and more useful if the external site goes down. Also allows shortcut querying if you don't need more data than the title --- lexicons/my/spoor/content/external.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lexicons/my/spoor/content/external.json b/lexicons/my/spoor/content/external.json index 6cd4f52..fd272af 100644 --- a/lexicons/my/spoor/content/external.json +++ b/lexicons/my/spoor/content/external.json @@ -9,6 +9,14 @@ "type": "object", "required": [ "source", "queryable" ], "properties": { + "titles": { + "type": "array", + "minLength": 1, + "items": { + "type": "ref", + "ref": "my.spoor.content.defs#title" + } + }, "source": { "type": "string", "description": "An nsid for a specific data source. The domain authority governs how to process the queryable",