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
It is below.
Build Error
components: schemas: Item: # -> type Item = { description: any } required: description
components: schemas: Items: # -> type Items = "a" | "b" | "c"; enum: [a, b, c]
components: schemas: Obj: # -> type Obj = "a" | "b" | "c"; properties: filed:
components: schemas: Obj: # -> interface Obj { field: string } properties: filed: type: string
components: schemas: List: # -> type List = string[] items: type: string
The text was updated successfully, but these errors were encountered:
feat: Support build github-rest-api-description (#16)
0323f9f
BREAKING_CHANGE * Remove MapLike -> use Record * Corresponds to the case where a character string such as _ or - is included * Closes: #12 #13 #14 #15
No branches or pull requests
Steps To Reproduce
It is below.
The current behavior
Build Error
The expected behavior
The text was updated successfully, but these errors were encountered: