About 6,480,000 results
Open links in new tab
  1. How to generate OpenApi Client SDK project in .Net Core

    Sep 28, 2022 · Now we want to generate an OpenAPI client project to our same .Net Core solutions so that we will be calling the client's API end-point via the OpenAPI project.

  2. How to convert open api YAML structure to json - Stack Overflow

    Dec 14, 2022 · I want to make my UI to display all the information about the API. Can you please tell me the best way to convert YAML structure to json?

  3. openapi - how to indicate that a parameter is conditionally required ...

    Aug 1, 2020 · I have created a RESTful API, and I am now defining the Open API 3.0 JSON representation for the usage of this API. I am requiring usage of a parameter conditionally, when …

  4. How to define enum mapping in OpenAPI? - Stack Overflow

    Mar 4, 2021 · OpenAPI 3.1 OpenAPI 3.1 uses the latest JSON Schema, and the recommended way to annotate individual enum values in JSON Schema is to use oneOf + const instead of enum. This way …

  5. Setting maven project version to spring open api generator

    Jun 2, 2025 · I am using the open api generator maven plugin to generate a spring-boot API. Currently, when I generate the API, the version is taken from the info.version in my open API spec.yaml file. I …

  6. javascript - Convert Open Api specification to postman collection ...

    Mar 9, 2023 · You don't have to manually convert your open Api specifications because postman already supports them. go to postman and click import choose your open api file you will have all your apis …

  7. How to generate OpenAPI 3.0 YAML file from existing Spring REST API?

    Feb 28, 2019 · I have an existing Spring REST API for which I want to generate the OpenAPI 3.0 YAML file and not Swagger 2.0 JSON/YAML? Since as of now, SpringFox does not support YAML generation.

  8. Swagger is not Working Asp.net Core how to open swagger ui

    Jul 29, 2020 · When accessed, it returns a permanent redirect to the page where you can test the API. This permanent redirect is stored in the browser and has effect even if RoutePrefix is changed.

  9. How do I combine multiple OpenAPI 3 specification files together?

    Feb 8, 2019 · I want to combine an API specification written using the OpenAPI 3 spec, that is currently divided into multiple files that reference each other using $ref. How can I ...

  10. What is the correct way to declare a date in an OpenAPI / Swagger-file?

    Mar 20, 2018 · What if if you API dont accept the dates in the format supoorted/suggested by OpenAPI. Will you change your API or the Spec ?. I will change the spec and use Pattern instead of changing …