From 0dc8e79e70691af71f8baa9b5b3e8d95b2b5a9cc Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 5 Dec 2022 15:12:31 -0700 Subject: [PATCH] The tileMatrix property is required in a TilePoint --- schemas/tms/2.0/json/tilePoint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/tms/2.0/json/tilePoint.json b/schemas/tms/2.0/json/tilePoint.json index 7cbb026..77cc28e 100644 --- a/schemas/tms/2.0/json/tilePoint.json +++ b/schemas/tms/2.0/json/tilePoint.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2019-09/schema", "type": "object", - "required": ["coordinates"], + "required": ["coordinates", "tileMatrix"], "properties": { "coordinates":