Hi, I was wondering if there were any plans to support custom fields in Swagger UI?
For example, the JSON spec could look like this:
"apis": [
{
"path": "/program/{program}",
"description": "Get an Program",
"customHeaderNotes": "The following header fields are required...",
And the UI could show customHeaderNotes at the same level as notes. Or is this somehow already supported, and I just didn't notice?