Skip to content

Commit

Permalink
docs(spec): v3.0.0-next-major-spec.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Sep 17, 2023
1 parent 2b13b27 commit 0f5cba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,10 +1674,7 @@ my.org.User
},
"parameters": {
"userId": {
"description": "Id of the user.",
"schema": {
"type": "string"
}
"description": "Id of the user."
}
},
"correlationIds": {
Expand Down Expand Up @@ -1729,7 +1726,7 @@ components:
$ref: 'path/to/user-create.avsc/#UserCreate'
servers:
development:
url: "{stage}.in.mycompany.com:{port}"
host: "{stage}.in.mycompany.com:{port}"
description: RabbitMQ broker
protocol: amqp
protocolVersion: 0-9-1
Expand All @@ -1743,8 +1740,8 @@ components:
default: demo
description: This value is assigned by the service provider, in this example `mycompany.com`
port:
enum: [5671, 5672]
default: 5672
enum: ["5671", "5672"]
default: "5672"
channels:
user/signedup:
subscribe:
Expand Down Expand Up @@ -1775,8 +1772,6 @@ components:
parameters:
userId:
description: Id of the user.
schema:
type: string
correlationIds:
default:
description: Default Correlation ID
Expand Down
2 changes: 1 addition & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ https://www.asyncapi.io/* https://www.asyncapi.com/:splat 301!
# LATEST-SPEC-REDIRECTION:END

# SPEC-REDIRECTION:START
/docs/reference/specification/3.0.0-next-major-spec.13 /docs/reference/specification/v3.0.0-next-major-spec.13 302!
/docs/reference/specification/3.0.0-next-major-spec.14 /docs/reference/specification/v3.0.0-next-major-spec.14 302!
/docs/reference/specification/2.6.0 /docs/reference/specification/v2.6.0 302!
/docs/reference/specification/2.5.0 /docs/reference/specification/v2.5.0 302!
/docs/reference/specification/2.4.0 /docs/reference/specification/v2.4.0 302!
Expand Down

0 comments on commit 0f5cba8

Please sign in to comment.