From 72a9e6153cac3a364060dda4f45bfbf58c3bf7ea Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Thu, 9 Jan 2025 14:45:07 +0000 Subject: [PATCH] remove x-constraints on TLD names --- rst-api-spec.yaml.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/rst-api-spec.yaml.in b/rst-api-spec.yaml.in index 57ede81..28de1f0 100644 --- a/rst-api-spec.yaml.in +++ b/rst-api-spec.yaml.in @@ -822,7 +822,6 @@ components: type: string format: hostname example: example - x-constraints: "@ValidHostname" idnTables: description: The IDN tables(s) for the TLD. type: array @@ -871,11 +870,9 @@ components: description: A flat list of the TLD(s) for this test. type: array minItems: 1 - x-constraints: "@ValidHostnameList" items: type: string format: hostname - x-constraints: "@ValidHostname" example: example testRequestSubmitted: