Support for JSON editor
Opened this issue · 2 comments
kumaresan commented
Enabling Editor for feeding individual JSON parameters for 'Body' in POST method, instead of feeding the complete JSON.
https://github.com/jensoleg/swagger-ui
A JSON editor for the request body (disabled by default).
Swagger JSON editor example
jsonEditor: true,
jsonEditorOptions: {
disableProperties:false,
disableEditJson:false,
removeEmptyProperties:true,
noDefaultProperties:true
},
docExpansion: "none",
sorter: "alpha",
kumaresan commented
zxchris commented
Yes, this is something that we're looking to implement in the explorer. There is much to do, and too few hands!
I've marked it as a feature request.