Skip to content
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

allow int32/int64 types #27

Merged
merged 1 commit into from
Aug 5, 2017
Merged

allow int32/int64 types #27

merged 1 commit into from
Aug 5, 2017

Conversation

CacheControl
Copy link
Owner

@CacheControl CacheControl commented Aug 5, 2017

Allows format int63 and int32 integers, e.g.

"property": {
  "type": "integer",
  "format": "int64"
}
  • NOTE: Does not fail validation when a 64 integer is submitted for a 32 bit integer. Format is effectively allowed but ignored for validation purposes.

fixes #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unknown Format int64 ignore in schema
1 participant