Martin Rademacher

Results 172 comments of Martin Rademacher

If you could provide a new isolated example that would be great - this issue is getting a bit crowded

Cool. I think I can see what is going on. Unfortunately, the fix is tricky as it randomly breaks other stuff :/ We'll see how it goes...

Its the right idea, however cloning context is sometimes tricky. I do wonder if yours is still a bit different from the original issue as there is now a testcase...

Oh, yes, that fails. Very strange. Thanks for the reproducer - will have a look later.

Ah, the scratch test used an attribute and then an annotation - two attributes in a row does indeen still fail.

Curretly yes. The spec for 3.0 doesn't allow any other properties next to `$ref` and 3.1 only allows `title`/`description`. The solution would be to express `$ref`'s with additional properties using...

Cool. I suppose this could be a pattern to support any property in combination with `$ref`, although I am not sure how valid that would be...

Makes sense to me. If you can write it verbatim using attributes there is no reason you couldn't wrap it in a custom attribute.

Hmm, I suppose that is now more a question of your business/domain logic. Not sure I can help with that. One off-topic question, though: are your schema files custom or...