高木祐介

Results 14 issues of 高木祐介

2021/02/17 OpenAPI spec 3.1.0 release please support. https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0

enhancement

In the API edit screen, copying and pasting the following characters into a form and then entering and deleting single byte characters after the following characters causes strange behavior. A...

bug

I'm currently trying to install Apicurio Studio in a kubernate environment. The error seems to be in the processing of Mysql, but I have confirmed that the Mysql server is...

bug

After following the URL below, the keycloak server now tries to re-login once every 5 seconds just by accessing it. This is a lot of development work, so I'm working...

bug

I would like to define headers like X-RateLimit-Limit and X-RateLimit-Remaining and automatically generate tests from OpenAPI Spec, so please add a function that allows registration of response headers.

enhancement

It is time-consuming because we have to deal with json-schema for open api spec, Avro for Kafka, and another schema for Prptbuf. I wonder if it would be possible to...

Enhancement
component/registry
priority/normal

When multiple people are developing or using many APIs, it becomes difficult to find out when and where the API was defined just by searching the name. If I want...

Enhancement
component/registry
priority/normal
area/ui
area/rest-api
area/storage

Make the Json-schema-validator program capable of handling nested OneOf and AllOf constructs. NG Case ![image](https://github.com/networknt/json-schema-validator/assets/1161494/df7ea380-f123-435f-8a89-172b0d3f19f9)

For example, in the case of Kafka's Server Binding ```yaml servers: production: bindings: kafka: schemaRegistryUrl: 'https://my-schema-registry.com' schemaRegistryVendor: 'confluent' bindingVersion: '0.4.0' ``` but currently there is only one Binding type and...

enhancement
priority/high

Multilingualization of apicurio-data-models I would like to make apicurio-data-models multilingual, but I don't think the implementation policy has been decided yet, so I would like to discuss it with you....