Darrel

Results 511 comments of Darrel

The default behavior is to export referenced components as $ref. Can you show me what you are trying to achieve? I think I can create a walker very easily that...

Ok. It's not a common request to do this because most tooling that presents OpenAPI docs to users would generally do the inlining on the fly, rather than updating the...

@Dipak-Tated Writing out the $ref is by design.

@PerthCharern It is the first fixed field in a PathItem object https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#pathItemObject

@PerthCharern That's an interesting thought. It certainly would help to prevent breakage when people rename Ids. Although we would need to decide what to do about the OperationRef vs OperationId...

Hmm. Will investigate. I thought this was resolved.

@talamram The current behavior is by design. But it may have been a mistake on my part. For V3 documents, being able to roundtrip from serialized form to model and...

Can you show an example of a document that would take advantage of this feature? It's not clear to me what is being proposed here.

Ahh, understood. Thanks for the clarification. We have had a similar request for this before. I am open to suggestions on how to enable this.

I took a look at this and I don't see an easy way to transfer the lineInfo information over to all the model objects. Currently when we parse the objects...