-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
questionFurther information is requestedFurther information is requestedregular-expressionsRelated to the regex engines and modesRelated to the regex engines and modes
Description
Hi there,
since 0.31.0 our regex isn't accepted anymore. I don't see a problem in the regex.
Error: schemafile was not valid
SchemaError: "^[\\säÄöÖüÜßẞ\\w\\_\\'\\/\\-\\+\\*\\&\\<\\>\\(\\)\\,\\:\\.\\?\\!]+$" is not a 'regex'
Failed validating 'format' in metaschema['properties']['definitions']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][3]['properties']['pattern']:
{'type': 'string', 'format': 'regex'}
On schema['definitions']['languageString']['properties']['']['pattern']:
"^[\\säÄöÖüÜßẞ\\w\\_\\'\\/\\-\\+\\*\\&\\<\\>\\(\\)\\,\\:\\.\\?\\!]+$"
in "/tmp/bla/lib/python3.13/site-packages/check_jsonschema/checker.py", line 56
>>> return self._schema_loader.get_validator(
0.30.0 works without problems.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedregular-expressionsRelated to the regex engines and modesRelated to the regex engines and modes