Skip to content

Commit

Permalink
update externalDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Jul 27, 2022
1 parent 0d2587b commit 5f09089
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion definitions/3.0.0/asyncapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,14 @@
"uniqueItems": true
},
"externalDocs": {
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/externalDocs.json"
}
]
}
}
}

0 comments on commit 5f09089

Please sign in to comment.