You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to guarantee mutual exclusivity between value and externalValue fields.
externalValue with URI pointing to a resource that is either JSON or YAML will be parsed into ApiDOM. Other types of content will be escaped using base64 encoding and set into value field.
The text was updated successfully, but these errors were encountered:
Specification: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#example-object
We have to guarantee mutual exclusivity between
value
andexternalValue
fields.externalValue
with URI pointing to a resource that is eitherJSON
orYAML
will be parsed into ApiDOM. Other types of content will be escaped usingbase64
encoding and set intovalue
field.The text was updated successfully, but these errors were encountered: