From ca83933d34271a975bf9321b3f2eaadcc620dfc8 Mon Sep 17 00:00:00 2001 From: Talisson Galho Date: Tue, 9 Apr 2024 14:24:49 -0300 Subject: [PATCH] fix: domain.name pattern --- domains.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains.yaml b/domains.yaml index 4330523..8bfd558 100644 --- a/domains.yaml +++ b/domains.yaml @@ -289,6 +289,7 @@ components: type: string minLength: 1 maxLength: 100 + pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+ cnames: type: array items: @@ -343,7 +344,7 @@ components: type: string minLength: 1 maxLength: 100 - pattern: "[$%^&*()-+=\[\]{};:?><,|/]+" + pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+ cnames: type: array items: @@ -391,7 +392,7 @@ components: type: string minLength: 1 maxLength: 100 - pattern: "[$%^&*()-+=\[\]{};:?><,|/]+" + pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+ cnames: type: array items: @@ -508,7 +509,7 @@ components: type: string minLength: 1 maxLength: 100 - pattern: "[$%^&*()-+=\[\]{};:?><,|/]+" + pattern: [\/a-zA-Z0-9\-_\.\*\~@:;\?><,\|\]\[\$%\^]+ cnames: type: array items: