-
Notifications
You must be signed in to change notification settings - Fork 280
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
Validator thinks integers should be 32-bits? Need very large integers. Larger than Long should be handled as well #31
Comments
Also, this JSON with the above schema
Errors: |
Here's a patch for the first one. The second one might be a problem with org.json:
|
@coderextreme yes, I've just committed a similar bugfix in 0450062 :) Anyway, thanks for your efforts. |
Schema:
JSON:
Errors produced (from my code:)
json-schema Validation error org.everit.json.schema.ValidationException: #/PixelTexture/@image/0: expected type: Integer, found: Long image.json
json-schema Validation error org.everit.json.schema.ValidationException: #/PixelTexture/@image/1: expected type: Integer, found: Long image.json
The text was updated successfully, but these errors were encountered: