Results 30 comments of John Wang

## 3) Links posted in attachments.fields.value are escaped Also verified to not exist for Webhooks so confirmed for: API for long fields.

Verified with this example code: https://github.com/grokify/go-ringcentral/blob/master/examples/glip_post_attachment/glip_post_attachment.go This should always generate 3 attachments in the following order: green, yellow, red. It currently shows up in a random order:

Verified for API. Not an issue with inbound webhooks.

Definition for `github.com/getkin/kin-openapi/openapi3.Types` is here: https://pkg.go.dev/github.com/getkin/[email protected]/openapi3#Types Definition for `Schema.Type` is as follows: **v0.124.0** ``` Type *Types `json:"type,omitempty" yaml:"type,omitempty"` ``` `Types` is a `[]string`: `type Types []string` https://pkg.go.dev/github.com/getkin/[email protected]/openapi3#Schema **v0.123.0** ``` Type...

Upstream merge links: 1. https://github.com/getkin/kin-openapi/pull/912 2. https://github.com/getkin/kin-openapi/pull/921 Additional discussion links: 1. https://github.com/mattpolzin/OpenAPIKit/pull/356 2. [**OpenAPI Specification plugin erroneously requires schema type field to be an array when OpenAPI version is 3.1.0**...

Spec discussion: https://github.com/getkin/kin-openapi/issues/563 > In OpenAPIv3.0 type can only take a single string value per https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#properties In OAS 3.0.3: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#properties > The following properties are taken from the JSON Schema...

It is best to validate that downstream tools like OpenAPI Generator, Docusaurus, Redoc and others behave as expected given use of `oneOf`.

`oapi-codegen` PR changes for reference: https://github.com/oapi-codegen/oapi-codegen/pull/1532/files

This contains a breaking change (#149) that must be addressed.

Google is maintaining the Dialogflow API v2 .NET client with the rest of their .NET clients here: * [github.com/google/google-api-dotnet-client/.../Google.Apis.Dialogflow.v2](https://github.com/google/google-api-dotnet-client/tree/556dfb4714443dee97249cf80a18a37cd5f3bca9/Src/Generated/Google.Apis.Dialogflow.v2) * [github.com/google/google-api-dotnet-client/.../Google.Apis.Dialogflow.v2beta](https://github.com/google/google-api-dotnet-client/tree/556dfb4714443dee97249cf80a18a37cd5f3bca9/Src/Generated/Google.Apis.Dialogflow.v2beta1) These were just updated 14 hours ago.