We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IJsonSchema.INullOnly
Such only null value assignable type is required:
export namespace IJsonSchema { export interface INullOnly { type: "null"; } }
The text was updated successfully, but these errors were encountered:
IJsonSchema.INull
Complement #243 and #244 - fix github action bug
070b58d
51035f4
Merge pull request #246 from samchon/v3.3
ac7e4d9
Close #243 and Fix #244 - enhance json schema
samchon
No branches or pull requests
Such only null value assignable type is required:
The text was updated successfully, but these errors were encountered: