From 50824255f8ed2018ac20b33d1f7a9f50e0699cec Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 25 Mar 2026 13:24:20 +0000 Subject: [PATCH] Extend TOC info type to handle URL --- schemas/data-ingress/darwin-reference-data/toc.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/data-ingress/darwin-reference-data/toc.json b/schemas/data-ingress/darwin-reference-data/toc.json index dc34323..25e8606 100644 --- a/schemas/data-ingress/darwin-reference-data/toc.json +++ b/schemas/data-ingress/darwin-reference-data/toc.json @@ -34,12 +34,19 @@ "required": ["c", "n"], "properties": { "c": { + "name": "ATOC Code", "type": "string", "description": "The ATOC 'code' for the TOC" }, "n": { + "name": "TOC Name", "type": "string", "description": "The name of the TOC" + }, + "u": { + "name": "URL", + "type": "string", + "description": "URL for TOC Information" } } }