Skip to content

Commit

Permalink
Release version 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Mar 31, 2019
1 parent 31f09de commit 152b0d4
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/next/anyof.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'https://github.com/asyncapi/asyncapi/examples/next/anyof.yml'
info:
title: AnyOf example
Expand Down
2 changes: 1 addition & 1 deletion examples/next/application-headers.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:com:smartylighting:streetlights:server'
info:
title: Application Headers example
Expand Down
2 changes: 1 addition & 1 deletion examples/next/correlation-id.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:com:smartylighting:streetlights:server'
info:
title: Correlation ID Example
Expand Down
2 changes: 1 addition & 1 deletion examples/next/gitter-streaming.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:com:gitter:streaming:api'
info:
title: Gitter Streaming API
Expand Down
2 changes: 1 addition & 1 deletion examples/next/not.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'https://github.com/asyncapi/asyncapi/examples/next/not.yml'
info:
title: Not example
Expand Down
2 changes: 1 addition & 1 deletion examples/next/oneof.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'https://github.com/asyncapi/asyncapi/examples/next/oneof.yml'
info:
title: OneOf example
Expand Down
2 changes: 1 addition & 1 deletion examples/next/rpc-client.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:rpc:example:client'
defaultContentType: application/json

Expand Down
2 changes: 1 addition & 1 deletion examples/next/rpc-server.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:rpc:example:server'
defaultContentType: application/json

Expand Down
2 changes: 1 addition & 1 deletion examples/next/slack-rtm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:com:slack:rtm:api'
info:
title: Slack Real Time Messaging API
Expand Down
2 changes: 1 addition & 1 deletion examples/next/streetlights.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: '2.0.0'
asyncapi: '2.0.0-rc1'
id: 'urn:com:smartylighting:streetlights:server'
info:
title: Streetlights API
Expand Down
2 changes: 1 addition & 1 deletion versions/next/asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Part of this content has been taken from the great work done by the folks at the [OpenAPI Initiative](https://openapis.org). Mainly because **it's a great work** and we want to keep as much compatibility as possible with the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification).

#### Version 2.0.0
#### Version 2.0.0-rc1

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).

Expand Down
4 changes: 2 additions & 2 deletions versions/next/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "AsyncAPI 2.0.0 schema.",
"title": "AsyncAPI 2.0.0-rc1 schema.",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
Expand All @@ -18,7 +18,7 @@
"asyncapi": {
"type": "string",
"enum": [
"2.0.0"
"2.0.0-rc1"
],
"description": "The AsyncAPI specification version of this document."
},
Expand Down

0 comments on commit 152b0d4

Please sign in to comment.