bjdash / JSON-Schema-Builder

A simple GUI tool to enable designing and building JSON schemas
Apache License 2.0
92 stars 18 forks source link

Improve Enum Textarea Placeholder #5

Open carsonbird opened 1 year ago

carsonbird commented 1 year ago

The Enum Placeholder uses single quotes (') as an example, but the system only includes the enum property in the raw JSON export if you use double quotes ("). I'd recommend fixing this inconsistency.

linonetwo commented 1 year ago

Yes, if use ', this feature is not working. Change to " works, thanks!