Opened 8 years ago
Last modified 8 years ago
#41735 new enhancement
Include titles for JSON Schema properties
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 4.7 |
| Component: | REST API | Keywords: | has-patch |
| Focuses: | rest-api | Cc: |
Description
JSON Schema supports a title property that can hold a user-readable label for the property. This would be incredibly helpful in building generated documentation and user interfaces.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
I agree, this would be very useful for automated UI generation and documentation.
However, without something like #41305, it will also double the already exorbitant number of calls to
translate(). Something to keep in mind before merging, as it will probably have a big negative impact on performance with the current codebase.