sammy-da
sammy-da
Hello 👋 Any news on this? The suggested workaround above doesn't seem to work. I tried: ```yaml schemas: A: type: string B: type: number C: x-scala-type: Either[String, Long] oneOf: -...
sadly no, it's not
Hi @dvaldivia, I have a similar setup and i'm experiencing this exact behavior, Did you manage to solve this? if i hit my grpc service from inside the cluster (with...
Hey! > knowledge about which generator you were using would be helpful to resolve this. akka-http server generator
> Does this answer your question? It kinda does, thanks. > What was it that you were looking for? I'm trying to upgrade an openapi 3.0 doc for an API...
> Did you try something and find it not working as you expected? >> My existing 3.0 doc works fine with guardrail, but when i tried to bump to 3.1,...
> What's the use case for accessing these values? I just want to be able to access these constant for business logic purposes. Right now I'm having to re-define them,...
If we take this generated schema for example: ```scala package com.damlhub.openapi.definitions import cats.syntax.either._ import io.circe.syntax._ import cats.instances.all._ import _root_.com.damlhub.openapi.Implicits._ case class Parties(result: _root_.scala.Vector[PartyDetails] = Vector.empty, status: Int = 200) object...