Skip to content

Conversation

@clemensv
Copy link
Contributor

Summary

This PR adds the integer type to the JSON Structure Core specification as an alias for int32.

Changes

  • Added integer type definition in the JSON Primitives section (after number)
  • The type is defined as an alias for int32 with identical constraints
  • Updated the Type System Rules summary to include integer in the JSON Primitives list

Rationale

This addition provides compatibility with JSON Schema, which uses integer as a common type name. Having this alias allows easier migration from JSON Schema to JSON Structure.

@clemensv clemensv merged commit b2db20e into main Nov 27, 2025
2 checks passed
@clemensv clemensv deleted the add-integer-type branch November 27, 2025 19:21
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.

2 participants