From e1950c0ef334d7f6aa78d994bf8ac3a2d4eb5165 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 22 Mar 2026 19:26:37 +0000 Subject: [PATCH] Fix TIPLOC in darwin-tiplocs to be a simple string, rather than an array --- schemas/data-ingress/darwin-reference-data/darwin-tiplocs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data-ingress/darwin-reference-data/darwin-tiplocs.json b/schemas/data-ingress/darwin-reference-data/darwin-tiplocs.json index 8300154..cc7945e 100644 --- a/schemas/data-ingress/darwin-reference-data/darwin-tiplocs.json +++ b/schemas/data-ingress/darwin-reference-data/darwin-tiplocs.json @@ -38,7 +38,7 @@ "description": "CRS of the location" }, "t": { - "type": "array", + "type": "string", "description": "TIPLOC assigned to the location" }, "n": {