This should provide validation against property names for dictionaries:
Any validation issue against property keys should invalidate the control
If an enum is given, then the input should appear as a select
Determine how to handle functionality once a property name has been added, should a list of property names be generated instead of a list that can be added to?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
See: http://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.9.3.2.5
This should provide validation against property names for dictionaries:
Determine how to handle functionality once a property name has been added, should a list of property names be generated instead of a list that can be added to?