openapi
Here are 2,487 public repositories matching this topic...
Base64 packing the logo is unproductive and prohibitively complicated.
Originally I just thought it was related to the method of delivery, minification,etc....
But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.
Now I realize why changing the logo is difficult and you won't document how to do it in
-
Updated
May 13, 2022 - TypeScript
🚀 Feature
Extend google.protobuf.EnumOptions so we can set examples on enums.
enum State {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_enum) = {
example: "ACTIVE"
};
NONE = 0;
ACTIVE = 1;
INACTIVE = 2;
}Workaround: set the example on every message using the enum.
Is your feature request related to a problem? Please describe.
Recently noticed how many PHP based projects migrates from Travis-CI to GitHub Actions. I didn't try it yet, but after a quick reading I see that GitHub Actions has Ubuntu environment with preinstalled PHP from 7.4 to 8.1, while Travis CI offers [Bi
-
Updated
Apr 25, 2022 - Python
-
Updated
May 10, 2022 - TypeScript
-
Updated
May 14, 2022 - Java
-
Updated
May 14, 2022 - Go
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
-
Updated
May 15, 2022 - Go
-
Updated
May 12, 2022 - Go
The Calling REST APIs section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs. I have the todo-jwt example hosted in Heroku that could be used in the doc
Now that we have bumped the jsonschema version to 4.x in #1536 , we can also remove the code that checks whether jsonschema is version 3 or higher.
and
-
Updated
May 9, 2022 - JavaScript
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 11, 2022 - TypeScript
-
Updated
May 8, 2022 - Python
-
Updated
May 11, 2022 - Java
-
Updated
May 14, 2022 - Python
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 14, 2022
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like _links into the response via the to_representation method.
I tried to somehow get that into the schema as well, but I'm getting stuck. Are there any directions on what I need to provide/subclass/overwrite, so to make it work?
I imagine I could inspect my seri
-
Updated
Dec 14, 2020 - Python
Schemas, Operations, support Swagger extensions. Rather than inferring Go type names from those properties, we can also allow specifying them. Adding support for an extension like x-go-typename on those would allow for more flexibility in naming the Swagger properties more clearly since they don't have to map to the same Go type.
-
Updated
May 9, 2022 - PHP
Improve this page
Add a description, image, and links to the openapi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openapi topic, visit your repo's landing page and select "manage topics."
First check