Skip to content
#

openapi

Here are 135 public repositories matching this topic...

grpc-gateway
deepmap-marcinr
deepmap-marcinr commented Jun 6, 2019

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.

grmoon
grmoon commented Aug 13, 2021

Describe your problem

When users run a mutator (e.g. set-annotations), the output doesn't tell them which files changed. The only way a user can figure out which files were affected is by looking through them manually or doing git status or however they might normally be notified of changes to files.

It would be nice if we were able to notify the user which files changed as a result

terraform-provider-openapi
FalcoSuessgott
FalcoSuessgott commented Apr 22, 2021

Is your feature request related to a problem?

We want to use that provider as a netbox terraform provider, which supports OpenAPIv2.

Currently defintions of type objects without any properties are not supported.
Netbox offers the possibility to add custom fields to objects. Those custom fields can have various data types (bool, string, date, ...).

Since in the OpenAPI spec those custom_

Improve this page

Add a description, image, and links to the openapi topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openapi topic, visit your repo's landing page and select "manage topics."

Learn more