Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested types should have schema fields, in particular defaultValue #70

Open
thomasjm opened this issue Oct 9, 2024 · 0 comments
Open

Comments

@thomasjm
Copy link
Contributor

thomasjm commented Oct 9, 2024

Currently, schema items of type "list" have a listType that is basically just { type: "string"; }. It lacks the required fields of a normal schema item, like "title" and "defaultValue." The lack of defaultValue means that UIs need to come up with their own default value based on the type, which is not ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant