Skip to content

Commit 33e2084

Browse files
committed
fix: 3.0 -> 3.1 specs
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
1 parent 5b65681 commit 33e2084

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

assets/create-template/templates/default/asyncapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
info:
33
title: Temperature Service
44
version: 1.0.0

assets/examples/default-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
info:
33
title: Account Service
44
version: 1.0.0

docs/debugging-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ NODE_ENV=development DEBUG=* node ./lib/apps/api/server.js
189189
# Validate endpoint
190190
curl -X POST http://localhost:3000/v1/validate \
191191
-H "Content-Type: application/json" \
192-
-d '{"asyncapi": "asyncapi: 3.0.0\ninfo:\n title: Test\n version: 1.0.0\nchannels: {}"}'
192+
-d '{"asyncapi": "asyncapi: 3.1.0\ninfo:\n title: Test\n version: 1.0.0\nchannels: {}"}'
193193

194194
# Parse endpoint
195195
curl -X POST http://localhost:3000/v1/parse \

test/fixtures/asyncapiTestingScore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
info:
33
title: Streetlights Kafka API
44
version: 1.0.0

test/fixtures/specification-v3-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
id: 'urn:example:com:smartylighting:streetlights:server'
33
info:
44
title: AsyncAPI App

test/fixtures/specification-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
id: 'urn:example:com:smartylighting:streetlights:server'
33
info:
44
title: AsyncAPI Sample App

test/fixtures/valid-specification-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
id: urn:some:company
33
info:
44
title: Account Service

test/integration/bundle/first-asyncapiv3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asyncapi: 3.0.0
1+
asyncapi: 3.1.0
22
info:
33
title: Example Service
44
version: 1.0.0

0 commit comments

Comments
 (0)