-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be nice to have a full-blown example that I can look at somewhere that makes use of the various forms.
For instance, I'm trying to understand how the elements form works. I see this:
{ "elements": { "type": "string" }}
I'm not sure how to add the actual property name here. Is it like this?
properties: {
emails: {
elements: {
type: 'email',
},
},
},
Metadata
Metadata
Assignees
Labels
No labels