This commit is contained in:
Alan Mosko
2023-07-24 11:10:32 -03:00
parent 40c230c7db
commit fd82aa143c
2 changed files with 22 additions and 36 deletions

View File

@@ -123,7 +123,7 @@ const optionsSchema: JSONSchema7 = {
const numberDefinition: JSONSchema7Definition = {
type: 'string',
pattern: '^\\d+[\\.@\\w-]+',
// pattern: '^\\d+[\\.@\\w-]+',
description: 'Invalid format',
};