daniel

Results 2 issues of daniel

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

Sorry, it's me again. I am trying to add a form with the following schema: ``` const schema = { type: 'object', properties: { ...otherFields, docNo: { type: 'integer', //...