Skip to content

Commit

Permalink
feat(validator): array in JsonSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Mar 7, 2023
1 parent d1aacdb commit 58c9c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/validator/src/type.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export type JsonSchema = {
[key: string]:
| Array<JsonSchema>
| JsonSchema
| StringConstructor
| NumberConstructor
Expand Down

0 comments on commit 58c9c56

Please sign in to comment.