Skip to content

Conversation

@melsyh
Copy link

@melsyh melsyh commented Dec 16, 2025

OAR016 - NumericFormat - Numeric types requires a valid format
Check that the numeric format attributes are a number

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Issue Number: 81

What is the new behavior?

  • A new rule OAR016 – NumericFormat has been added to validate numeric schema definitions.
  • Numeric properties with type integer or number are now required to define a valid format.
  • The rule enforces allowed formats: int32 or int64 for integer, and float or double for number.

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