Skip to content

Commit

Permalink
chore: add a rule to the arraySchema
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 26, 2024
1 parent 4faad82 commit cbdd745
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/routes/development/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,10 @@
type: 'number'
},
'nested object': {
type: 'object'
type: 'object',
properties: {
value: {type: 'number'}
}
}
},
required: ['id', 'name', 'random', 'array'],
Expand Down

0 comments on commit cbdd745

Please sign in to comment.