Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update next-major-spec with master #343

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-good-first-issue-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
repo: context.repo.repo,
})).data.map(label => label.name);
const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area));
const shouldBeRemoved = currentLabels.filter(label => (label.startsWith('area/') && !label.endsWith(area)));
shouldBeRemoved.forEach(label => {
github.rest.issues.deleteLabel({
owner: context.repo.owner,
Expand Down
7 changes: 1 addition & 6 deletions definitions/2.0.0-rc1/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/ReferenceObject.json"
},
"parameters": {
"type": "array",
"uniqueItems": true,
"minItems": 1,
"items": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameters.json"
},
"publish": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/operation.json"
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.0.0-rc1/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.0.0-rc2/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.0.0-rc2/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.0.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.0.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.0.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.0.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.1.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.1.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.1.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.1.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.1.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.1.0/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.1.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.1.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.2.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.2.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.2.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.2.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.2.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.2.0/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.2.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.2.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.3.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.3.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.3.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.3.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.3.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.3.0/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.3.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.3.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.4.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.4.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.4.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.4.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
9 changes: 8 additions & 1 deletion definitions/2.4.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.4.0/parameter.json"
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.4.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.4.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.5.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.5.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.5.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.5.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
5 changes: 1 addition & 4 deletions definitions/2.6.0/channelItem.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"$ref": "http://asyncapi.com/definitions/2.6.0/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.6.0/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.6.0/parameters.json"
},
"description": {
"type": "string",
Expand Down
54 changes: 28 additions & 26 deletions schemas/2.0.0-rc1.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,7 @@
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/ReferenceObject.json"
},
"parameters": {
"type": "array",
"uniqueItems": true,
"minItems": 1,
"items": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameters.json"
},
"publish": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/operation.json"
Expand All @@ -307,6 +302,33 @@
"type": "string",
"format": "uri"
},
"http://asyncapi.com/definitions/2.0.0-rc1/parameters.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/parameters.json",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters."
},
"http://asyncapi.com/definitions/2.0.0-rc1/Reference.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/Reference.json",
"type": "object",
"required": [
"$ref"
],
"properties": {
"$ref": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/ReferenceObject.json"
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc1/parameter.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json",
"additionalProperties": false,
Expand Down Expand Up @@ -853,18 +875,6 @@
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc1/Reference.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/Reference.json",
"type": "object",
"required": [
"$ref"
],
"properties": {
"$ref": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/ReferenceObject.json"
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc1/operationTrait.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/operationTrait.json",
"type": "object",
Expand Down Expand Up @@ -1664,14 +1674,6 @@
},
"additionalProperties": false
},
"http://asyncapi.com/definitions/2.0.0-rc1/parameters.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/parameters.json",
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
},
"description": "JSON objects describing re-usable channel parameters."
},
"http://asyncapi.com/definitions/2.0.0-rc1/traits.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/traits.json",
"type": "object",
Expand Down
52 changes: 28 additions & 24 deletions schemas/2.0.0-rc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/ReferenceObject.json"
},
"parameters": {
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
}
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameters.json"
},
"description": {
"type": "string",
Expand All @@ -323,6 +320,33 @@
"type": "string",
"format": "uri-reference"
},
"http://asyncapi.com/definitions/2.0.0-rc2/parameters.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/parameters.json",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters."
},
"http://asyncapi.com/definitions/2.0.0-rc2/Reference.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/Reference.json",
"type": "object",
"required": [
"$ref"
],
"properties": {
"$ref": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/ReferenceObject.json"
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc2/parameter.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json",
"additionalProperties": false,
Expand Down Expand Up @@ -775,18 +799,6 @@
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc2/Reference.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/Reference.json",
"type": "object",
"required": [
"$ref"
],
"properties": {
"$ref": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/ReferenceObject.json"
}
}
},
"http://asyncapi.com/definitions/2.0.0-rc2/operationTrait.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/operationTrait.json",
"type": "object",
Expand Down Expand Up @@ -1622,14 +1634,6 @@
}
},
"additionalProperties": false
},
"http://asyncapi.com/definitions/2.0.0-rc2/parameters.json": {
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/parameters.json",
"type": "object",
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/parameter.json"
},
"description": "JSON objects describing re-usable channel parameters."
}
},
"description": "!!Auto generated!! \n Do not manually edit. "
Expand Down
Loading