Skip to content
New issue

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 type is required #243

Closed
samchon opened this issue Oct 17, 2022 · 0 comments
Closed

IJsonSchema.INullOnly type is required #243

samchon opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@samchon
Copy link
Owner

samchon commented Oct 17, 2022

Such only null value assignable type is required:

export namespace IJsonSchema {
    export interface INullOnly {
        type: "null";
    }
}
@samchon samchon added the enhancement New feature or request label Oct 17, 2022
@samchon samchon self-assigned this Oct 17, 2022
@samchon samchon changed the title IJsonSchema.INull type is required IJsonSchema.INullOnly type is required Oct 18, 2022
samchon pushed a commit that referenced this issue Oct 18, 2022
samchon added a commit that referenced this issue Oct 18, 2022
Close #243 and Fix #244 - enhance json schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant