liuxiran commented on issue #825: URL: https://github.com/apache/apisix-dashboard/issues/825#issuecomment-749080489
when we import routes from OAS3.0, some fields in OAS will be missed because there are not corresponding fields in APISIX's Route: 1. API General Info: used to describe the general information about your API, some times, a oas file contains a series of apis which belong to a app, so this info is different from the api's name and extra basic info. [reference](https://swagger.io/docs/specification/api-general-info/) example:  2. API server and base path: upsream url + url prefix(options) [reference](https://swagger.io/docs/specification/api-host-and-base-path/) example:  3. path params: api params described in path [reference](https://swagger.io/docs/specification/describing-parameters/) example:  4. query params: api params described in query [reference](https://swagger.io/docs/specification/describing-parameters/) example:  5. responses description and links: Define the responses for a API operations [reference](https://swagger.io/docs/specification/describing-responses/) example:  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
