From 5d0f86b6729d8ecf11d5deff25a9bf0a5f64cc48 Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Wed, 11 Dec 2024 13:32:52 +0000 Subject: [PATCH] set minItems to 3 for eppSafeCodePoints --- inc/idn-table-request-base-properties.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/idn-table-request-base-properties.yaml b/inc/idn-table-request-base-properties.yaml index 60496ac..62ab89a 100644 --- a/inc/idn-table-request-base-properties.yaml +++ b/inc/idn-table-request-base-properties.yaml @@ -40,7 +40,7 @@ eppSafeCodePoints: TLDs for which this value is `true`, this list provides a set of characters that can be used to generate domain names. type: array - minItems: 4 + minItems: 3 items: type: string pattern: ^U\\+[0-9a-f]{4}$