- Issue created by @merilainen
- Status changed to Needs review
8 months ago 6:02am 6 March 2024 - Issue was unassigned.
Currently there is no format for Time element, it is added to the schema as a plain string.
Add a webform_time element to any form and check the JSON Schema output.
Add $properties['format'] = 'time';
to itemsToSchema().
Time elements will get a format.
Needs review
2.0
Code