Skip to content

Commit

Permalink
chore(release): v2.15.0-next-spec.2 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Sep 22, 2022
1 parent c74a1bf commit 44a5592
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/specs",
"version": "2.15.0-next-spec.1",
"version": "2.15.0-next-spec.2",
"description": "AsyncAPI schema versions",
"main": "index.js",
"scripts": {
Expand Down
101 changes: 54 additions & 47 deletions schemas/2.5.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@
},
"bindings": {
"$ref": "http://asyncapi.com/definitions/2.5.0/bindingsObject.json"
},
"tags": {
"type": "array",
"items": {
"$ref": "http://asyncapi.com/definitions/2.5.0/tag.json"
},
"uniqueItems": true
}
}
},
Expand Down Expand Up @@ -305,6 +312,53 @@
"solace": {}
}
},
"http://asyncapi.com/definitions/2.5.0/tag.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/tag.json",
"type": "object",
"additionalProperties": false,
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"externalDocs": {
"$ref": "http://asyncapi.com/definitions/2.5.0/externalDocs.json"
}
},
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/2.5.0/specificationExtension.json"
}
}
},
"http://asyncapi.com/definitions/2.5.0/externalDocs.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/externalDocs.json",
"type": "object",
"additionalProperties": false,
"description": "information about external documentation",
"required": [
"url"
],
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
}
},
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/2.5.0/specificationExtension.json"
}
}
},
"http://asyncapi.com/definitions/2.5.0/channels.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/channels.json",
"type": "object",
Expand Down Expand Up @@ -730,29 +784,6 @@
},
"default": true
},
"http://asyncapi.com/definitions/2.5.0/externalDocs.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/externalDocs.json",
"type": "object",
"additionalProperties": false,
"description": "information about external documentation",
"required": [
"url"
],
"properties": {
"description": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
}
},
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/2.5.0/specificationExtension.json"
}
}
},
"http://asyncapi.com/definitions/2.5.0/operation.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/operation.json",
"type": "object",
Expand Down Expand Up @@ -868,30 +899,6 @@
}
}
},
"http://asyncapi.com/definitions/2.5.0/tag.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/tag.json",
"type": "object",
"additionalProperties": false,
"required": [
"name"
],
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"externalDocs": {
"$ref": "http://asyncapi.com/definitions/2.5.0/externalDocs.json"
}
},
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/2.5.0/specificationExtension.json"
}
}
},
"http://asyncapi.com/definitions/2.5.0/message.json": {
"$id": "http://asyncapi.com/definitions/2.5.0/message.json",
"oneOf": [
Expand Down

0 comments on commit 44a5592

Please sign in to comment.