You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON Schema natively supports "type": "integer" (which we should be using to more accurately define, for example, "number of bedrooms"), but our TypeScript generator library ts-json-schema-generator does not.
See thread here for full context & ideas of how to work around: #236 (comment)
The text was updated successfully, but these errors were encountered:
JSON Schema natively supports
"type": "integer"
(which we should be using to more accurately define, for example, "number of bedrooms"), but our TypeScript generator libraryts-json-schema-generator
does not.See thread here for full context & ideas of how to work around: #236 (comment)
The text was updated successfully, but these errors were encountered: