JSON-Schema-Builder
JSON-Schema-Builder copied to clipboard
Improve Enum Textarea Placeholder
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.
Yes, if use ', this feature is not working. Change to " works, thanks!