fredbi

Results 39 comments of fredbi

@dgrijalva I made a jwk signature checker on top of go-jwt, which works on top of square/go-jose JWK type, plus some jwks fetcher. After battle testing this on our systems,...

This just works with or without modules, go1.12 or go1.13. Any error here is likely to be from the calling program.

@dgrijalva. Sure. I didn't get that part. I'll wait for the new release, upgrade and pick my jsoniter. This PR will probably serve as a base for an example, I...

$ref siblings are always ignored as per JSON schema semantics. Therefore, there is no way to support this construct: ``` properties: name: x-go-custom-tag: 'firestore:"name"' $ref: "#/definitions/privacy_options" mobile_number: x-go-custom-tag: 'firestore:"mobile_number"' $ref:...

Yes this is a bug I've been aware of, but could never have fixed. Thanks for this very complete description. The resolution of "special" behavior in allOf should take place...

In cases where the allOf definition contains only validation or extensions, these should be merged with the above types instead of defining their own type. Hence the "lift". The use...

See examples provided with #2243 and #1972

Could you please recall your use-case? That is I suppose the `generate spec` command.

Yeah i ve seen that one too. We already have this for strfmt types. A PR with that addition would be welcome and I don t think it is too...

@bvwells it is in the swagger.yaml config file.