Prawn
Prawn
I've also experienced this today in ap-southeast-2. Had me scratching my head for a while! I tried @avenging solution, which solved it for that specific spoke account. I'd love to...
Hi @jack-burridge-cfh, this is a strange one. I'm guessing it's related to that file not specifying a package name, which makes tracking messages difficult. Is that a file you control?
Hello @moribellamy and @ramimanna1. The difficulty here is that there are two uses of OneOf, slightly different between proto and JSONSchema (to my understanding at least). From Proto's perspective, fields...
Hello @mansoor2016. Agreed, that generated schema looks a bit odd. Can I ask though, why are you using a OneOf with only one option? Isn't that just the same as...
> @chrusty Do you think it is possible to get a review for this? Super simple PR which will be great to get merged Hi @tzahush. I'm not sure this...
Hi @jscheid, thanks for your question. I've just merged a PR which changes the behaviour of "oneOf". Would you be able to have a go with the laster `master` and...
Hi @sghosh-discovery, thank you for getting in touch. Just so I can understand, are you talking about filling in some value for the `$id` property (as described [here](https://json-schema.org/understanding-json-schema/basics.html#declaring-a-unique-identifier))? This is...
@aucampia I'd be open to supporting this in protoc-gen-jsonschema for sure
Hello @aurc, funny you should bring this topic up. Back when I was implementing the facility to _ignore_ fields I originally considered using the `deprecated=true` flag to mark ignored fields....
I'll close this down for now, feel free to oepn it up again if we've not solved the issue @aurc