Darrel
Darrel
@maisarissi Only TTK is going to be calling TDP to get the referenceId. If that gets written into workspace.json then it makes it problematic for TypeSpec to generate the workspace.json....
We have some challenges with the current implementation of Maximum and Minimum. In JSON Schema these values are just `number` and therefore have no limits. We opted for using decimal...
It also happens with "directReports" which isn't an action.
Doh! It is a case sensitivity issue. As soon as a the search filter includes characters that are mixed in case in the tree, the operations stop appearing. Type "send"...
So, there is some precedent here from NSwag with the `x-generator` extension. https://github.com/search?q=x-generator+path%3A**%2Fopenapi.yaml&type=code Unfortunately, they invented some strange nested format instead of just borrowing from UserAgent. I do like the...
@bkoelman I agree that having to add an explicit 5XX for every operation is a pain and shouldn't be necessary. But also, if you don't then you can't provide a...
@bkoelman > OpenAPI originated in the .NET ecosystem, that's where most of its users are. Just for historical correctness, OpenAPI, formerly Swagger, came from the Java ecosystem. Developers at Wordnik...
Based on recent conversations we are going to prototype an effort to do "de-duping" of objects in DevX API before we trying implementing this in OpenAPI.NET.
You can reuse a component from within a component but reuse is only allowed at the component level. You cannot reference into a sub schema within a component.
I have no idea what is meant by Circular references are not supported. I can imagine that if you try to create a plugin with a request payload that has...