Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to split body params into single input boxes #76

Open
kenigbolo opened this issue Mar 7, 2017 · 0 comments
Open

Ability to split body params into single input boxes #76

kenigbolo opened this issue Mar 7, 2017 · 0 comments

Comments

@kenigbolo
Copy link

kenigbolo commented Mar 7, 2017

My usecase is as follows, Assuming I have a swagger.json file with body definition such as this

{
     "name": "Body",
     "in": "body",
      "required": true,
       "schema": {
             "type": "object",
              "properties": {
                     "verification": {
                           "type": "object",
                            "properties": {
                               "id": {
                                            "$ref": "#/definitions/SOME_DEFINITION"
                                        },
                                        "additionalData": {
                                            "$ref": "#/definitions/ADDITIONAL_DATA"
                                        }
                                    }
                        }
                }
       }
 }

It seems neater to present the data in this form
screenshot 2017-03-07 16 09 25

As opposed to this form which the theme uses
screenshot 2017-03-07 16 15 10

Any ideas on how to approach this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant