Skip to content

Commit

Permalink
feat: update snippets to asyncapi version 2.6.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Feb 2, 2023
1 parent 6831ccb commit d41467d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/snippets.json
Expand Up @@ -2,7 +2,7 @@
"Add AsyncAPI Skeleton": {
"prefix": "add asyncapi skeleton",
"body": [
"asyncapi: '2.5.0'",
"asyncapi: '2.6.0'",
"info:",
" title: ${1:Title}",
" version: '1.0.0'",
Expand Down Expand Up @@ -73,7 +73,7 @@
" name: ${1}${2}Message",
" title: Async ${2} for a ${1}",
" summary: Async ${2} for a ${1}",
" schemaFormat: application/vnd.aai.asyncapi;version=2.4.0",
" schemaFormat: application/vnd.aai.asyncapi;version=2.6.0",
" payload:",
" \\$ref: '#/components/schemas/${1}'",
""
Expand Down

0 comments on commit d41467d

Please sign in to comment.