0

I want to add a new section inside Swaggar,

Please help me how can I do this?

{
  "openapi": "3.0.0",
  "info": {
  },
  "paths": {
  },
  "components": {
  },
  "NEWSection": { // Add New Section Here

  }
}
ali
  • 33
  • 7
  • Do you mean adding a new section to the [Swagger UI](https://petstore.swagger.io/) web page? Or having a custom section in your OpenAPI JSON/YAML file e.g. to specify some metadata? – Helen Jan 24 '22 at 09:54
  • I want the second case:"having a custom section in your OpenAPI JSON/YAML file e.g. to specify some metadata" and show result in swagger ui @Helen – ali Jan 24 '22 at 12:13

0 Answers0