Close samchon/typia#1447: format
int32
like numeric restriction.
#118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to add format restrictions, update versioning, and modify server configurations. The most important changes are summarized below:
Format Restrictions
format
property to various schemas inOpenApi
,OpenApiV3
,OpenApiV3_1
,SwaggerV2
,ILlmSchemaV3
, andILlmSchemaV3_1
namespaces to include options like"int32"
,"uint32"
,"int64"
,"uint64"
,"float"
,"double"
, and other string formats. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Version Update
package.json
from2.3.1
to2.4.0-dev.20241229
.Server Configuration
3000
to3001
to avoid port conflicts. [1] [2] [3] [4]Utility Changes
format
in theOpenApiContraintShifter
utility to handle the new format restrictions. [1] [2] [3]Schema Emender
OpenApiV3_1Emender
to handle new format restrictions and added constants for integer and number formats. [1] [2] [3] [4]