-
I'm familiarising myself with OpenAPI (aka Swagger) and have a question that no amount of web searching has shed light on. This is what I see when I peruse a generated Doc for some "Model" What is that syntax? does it have a name? Is it simply a generic way to display a structure? It is not JSON, YAML, XML etc but why? why this obscure syntax? Is it just a friendly way of displaying stuff or can it also be consumed, does OpenAPI have the ability to consume that syntax? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@Korporal that looks like a format specific to the tool you are using- it is not part of the specification. |
Beta Was this translation helpful? Give feedback.
-
Closing due to lack of further reply for two weeks- feel free to comment or start a new discussion if there was more to talk about here! |
Beta Was this translation helpful? Give feedback.
-
@handrews - just FYI: |
Beta Was this translation helpful? Give feedback.
That looks like a Swagger tool, correct? You should ask Swagger support about it. That format is not part of the OpenAPI Specification, so it must be something that they chose. (I'm one of the more prolific contributors to the recent 3.0.4 and 3.1.1 releases that we just published, so I'm very familiar with what is and is not in the spec).