Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature Request: Need validation for XSD:AnyURI types #920
Comments
|
I'd be interested in taking this. I've contributed before though so if you want someone new to take this totally understand. |
|
@DCtheTall -- no worries, please take it up. |
|
Been looking into this some, and while I have an idea of where to start, it turns out the definition of these is quite broad. This might be more complex than I anticipated. This link also provides some useful documentation including what ranges of Unicode values are allowed for this type. So far here are some "base case" rules I have learned:
Still doing some research, but I would definitely appreciate any pointers. Like I said, it turns out the definition for these strings is actually pretty broad. One alternative we could consider is adding a function which validates International Resource Identifiers (IRI), which are also mentioned in the link I provided. |
|
@profnandaa any ideas on how to go forward with this? I admit I am a bit stuck given how broad the definition of this string type is. |


Hi!
I'm checking to see if I can use validator.js for validating the XSD AnyURI string documented here but I see there is no OOB method to do so..
Please consider to add this in future releases.
Thanks,