-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ECMAScript unicode-mode RegExp usage for 'pattern' and 'patternProperties' #353
Comments
If I have understood the issue correctly, this is a matter of a schema using an ECMA regex syntax which python (the language) does not support. However, luckily, we're using |
Thanks for looking into this. I am opening to helping if I can. I'll try to check out the errors again tomorrow. |
To put all the information for this in one place (with some fun emojis):
|
I'm having a similar issue described here: usnistgov/metaschema#770. In short:
results in this
|
I took some time today to do the internal restructuring I've been meaning to do, in order to make this possible. It's most of the way there, but I've hit a bit of a strange case with custom validators which I need to sort out. And I still need to put together a good test case to verify my new work. I think this will not work with arbitrary custom validators, at least for the initial version. In order to attach the alternate And the other notable thing here is that this is a change to |
Instead of duplicating everything here is my problem.
If you want me to copy anything for this issue I can.
awslabs/amazon-ecs-intellisense-schema#8
I am looking to see how I can support Python Unicode regex so I can use this json schema.
The text was updated successfully, but these errors were encountered: