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
export interface IPageSizeConfig {
/**
* @description The number of records to return in a single page.
* @asType number | string
*/
page_size?: number,
}
And I do not mind to specify ["number", "string"] or some other syntax to support multiple types.
Currently it's always escaped and put directly in the type value of the JSON schema, but the JSON Schema support arrays for types so it would be great if this would be supported.
Anyway thanks for all the work so far, it's really a cool library.
The text was updated successfully, but these errors were encountered:
I would like support for:
And I do not mind to specify ["number", "string"] or some other syntax to support multiple types.
Currently it's always escaped and put directly in the type value of the JSON schema, but the JSON Schema support arrays for types so it would be great if this would be supported.
Anyway thanks for all the work so far, it's really a cool library.
The text was updated successfully, but these errors were encountered: