From e7b82b9d5ee116498748d31cf4fd988046d44e06 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Mon, 1 May 2023 10:12:43 -0400 Subject: [PATCH] 7-core: Fixed mention of oneOf -> anyOf --- core/sections/clause_7_core.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sections/clause_7_core.adoc b/core/sections/clause_7_core.adoc index 8ccc4f60..019c7d3f 100644 --- a/core/sections/clause_7_core.adoc +++ b/core/sections/clause_7_core.adoc @@ -842,7 +842,7 @@ This schema is meant to be a template for defining bounding box process inputs. include::../recommendations/core/PER_process-execute-input-inline-bbox.adoc[] -NOTE: The `crs` property has been defined using a `oneOf` of either an enumeration or a generic URI string to allow execution requests making use of a CRS other than CRS84 and CRS84h that may be supported by the server to validate with the canonical OGC schema. +NOTE: The `crs` property has been defined using an `anyOf` of either an enumeration or a generic URI string to allow execution requests making use of a CRS other than CRS84 and CRS84h that may be supported by the server to validate with the canonical OGC schema. *_Input validation_*