Skip to content

Commit 6ca5563

Browse files
authored
feat: release for version 2.3.0 of the spec (#142)
1 parent 7e5bd9c commit 6ca5563

File tree

9 files changed

+12337
-207
lines changed

9 files changed

+12337
-207
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ module.exports = {
77
'2.0.0': require('./schemas/2.0.0.json'),
88
'2.1.0': require('./schemas/2.1.0.json'),
99
'2.2.0': require('./schemas/2.2.0.json'),
10+
'2.3.0': require('./schemas/2.3.0.json'),
1011
};

package-lock.json

Lines changed: 10679 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/specs",
3-
"version": "2.12.0",
3+
"version": "2.13.0-2022-01-release.4",
44
"description": "AsyncAPI schema versions",
55
"main": "index.js",
66
"scripts": {
@@ -46,7 +46,7 @@
4646
"branches": [
4747
"master",
4848
{
49-
"name": "2021-09-release",
49+
"name": "2022-01-release",
5050
"prerelease": true
5151
}
5252
],

schemas/2.0.0-rc1.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"additionalProperties": false,
1212
"patternProperties": {
13-
"^x-[\\w\\d\\.\\-\\_]+$": {
13+
"^x-[\\w\\d\\.\\x2d_]+$": {
1414
"$ref": "#/definitions/specificationExtension"
1515
}
1616
},
@@ -82,7 +82,7 @@
8282
],
8383
"additionalProperties": false,
8484
"patternProperties": {
85-
"^x-[\\w\\d\\.\\-\\_]+$": {
85+
"^x-[\\w\\d\\.\\x2d_]+$": {
8686
"$ref": "#/definitions/specificationExtension"
8787
}
8888
},
@@ -133,7 +133,7 @@
133133
}
134134
},
135135
"patternProperties": {
136-
"^x-[\\w\\d\\.\\-\\_]+$": {
136+
"^x-[\\w\\d\\.\\x2d_]+$": {
137137
"$ref": "#/definitions/specificationExtension"
138138
}
139139
}
@@ -156,7 +156,7 @@
156156
}
157157
},
158158
"patternProperties": {
159-
"^x-[\\w\\d\\.\\-\\_]+$": {
159+
"^x-[\\w\\d\\.\\x2d_]+$": {
160160
"$ref": "#/definitions/specificationExtension"
161161
}
162162
}
@@ -170,7 +170,7 @@
170170
],
171171
"additionalProperties": false,
172172
"patternProperties": {
173-
"^x-[\\w\\d\\.\\-\\_]+$": {
173+
"^x-[\\w\\d\\.\\x2d_]+$": {
174174
"$ref": "#/definitions/specificationExtension"
175175
}
176176
},
@@ -215,7 +215,7 @@
215215
"minProperties": 1,
216216
"additionalProperties": false,
217217
"patternProperties": {
218-
"^x-[\\w\\d\\.\\-\\_]+$": {
218+
"^x-[\\w\\d\\.\\x2d_]+$": {
219219
"$ref": "#/definitions/specificationExtension"
220220
}
221221
},
@@ -318,7 +318,7 @@
318318
"type": "object",
319319
"description": "A deterministic version of a JSON Schema object.",
320320
"patternProperties": {
321-
"^x-[\\w\\d\\.\\-\\_]+$": {
321+
"^x-[\\w\\d\\.\\x2d_]+$": {
322322
"$ref": "#/definitions/specificationExtension"
323323
}
324324
},
@@ -508,7 +508,7 @@
508508
}
509509
},
510510
"patternProperties": {
511-
"^x-[\\w\\d\\.\\-\\_]+$": {
511+
"^x-[\\w\\d\\.\\x2d_]+$": {
512512
"$ref": "#/definitions/specificationExtension"
513513
}
514514
}
@@ -517,7 +517,7 @@
517517
"type": "object",
518518
"additionalProperties": false,
519519
"patternProperties": {
520-
"^x-[\\w\\d\\.\\-\\_]+$": {
520+
"^x-[\\w\\d\\.\\x2d_]+$": {
521521
"$ref": "#/definitions/specificationExtension"
522522
}
523523
},
@@ -555,7 +555,7 @@
555555
"parameter": {
556556
"additionalProperties": false,
557557
"patternProperties": {
558-
"^x-[\\w\\d\\.\\-\\_]+$": {
558+
"^x-[\\w\\d\\.\\x2d_]+$": {
559559
"$ref": "#/definitions/specificationExtension"
560560
}
561561
},
@@ -580,7 +580,7 @@
580580
"type": "object",
581581
"additionalProperties": false,
582582
"patternProperties": {
583-
"^x-[\\w\\d\\.\\-\\_]+$": {
583+
"^x-[\\w\\d\\.\\x2d_]+$": {
584584
"$ref": "#/definitions/specificationExtension"
585585
}
586586
},
@@ -650,7 +650,7 @@
650650
],
651651
"additionalProperties": false,
652652
"patternProperties": {
653-
"^x-[\\w\\d\\.\\-\\_]+$": {
653+
"^x-[\\w\\d\\.\\x2d_]+$": {
654654
"$ref": "#/definitions/specificationExtension"
655655
}
656656
},
@@ -672,7 +672,7 @@
672672
"type": "object",
673673
"additionalProperties": false,
674674
"patternProperties": {
675-
"^x-[\\w\\d\\.\\-\\_]+$": {
675+
"^x-[\\w\\d\\.\\x2d_]+$": {
676676
"$ref": "#/definitions/specificationExtension"
677677
}
678678
},
@@ -782,7 +782,7 @@
782782
],
783783
"additionalProperties": false,
784784
"patternProperties": {
785-
"^x-[\\w\\d\\.\\-\\_]+$": {
785+
"^x-[\\w\\d\\.\\x2d_]+$": {
786786
"$ref": "#/definitions/specificationExtension"
787787
}
788788
},
@@ -821,7 +821,7 @@
821821
}
822822
},
823823
"patternProperties": {
824-
"^x-[\\w\\d\\.\\-\\_]+$": {
824+
"^x-[\\w\\d\\.\\x2d_]+$": {
825825
"$ref": "#/definitions/specificationExtension"
826826
}
827827
}
@@ -839,7 +839,7 @@
839839
"type": "object",
840840
"additionalProperties": false,
841841
"patternProperties": {
842-
"^x-[\\w\\d\\.\\-\\_]+$": {
842+
"^x-[\\w\\d\\.\\x2d_]+$": {
843843
"$ref": "#/definitions/specificationExtension"
844844
}
845845
},
@@ -875,7 +875,7 @@
875875
"type": "object",
876876
"additionalProperties": false,
877877
"patternProperties": {
878-
"^x-[\\w\\d\\.\\-\\_]+$": {
878+
"^x-[\\w\\d\\.\\x2d_]+$": {
879879
"$ref": "#/definitions/specificationExtension"
880880
}
881881
},
@@ -982,7 +982,7 @@
982982
}
983983
},
984984
"patternProperties": {
985-
"^x-[\\w\\d\\.\\-\\_]+$": {
985+
"^x-[\\w\\d\\.\\x2d_]+$": {
986986
"$ref": "#/definitions/specificationExtension"
987987
}
988988
},
@@ -1013,7 +1013,7 @@
10131013
}
10141014
},
10151015
"patternProperties": {
1016-
"^x-[\\w\\d\\.\\-\\_]+$": {
1016+
"^x-[\\w\\d\\.\\x2d_]+$": {
10171017
"$ref": "#/definitions/specificationExtension"
10181018
}
10191019
},
@@ -1036,7 +1036,7 @@
10361036
}
10371037
},
10381038
"patternProperties": {
1039-
"^x-[\\w\\d\\.\\-\\_]+$": {
1039+
"^x-[\\w\\d\\.\\x2d_]+$": {
10401040
"$ref": "#/definitions/specificationExtension"
10411041
}
10421042
},
@@ -1059,7 +1059,7 @@
10591059
}
10601060
},
10611061
"patternProperties": {
1062-
"^x-[\\w\\d\\.\\-\\_]+$": {
1062+
"^x-[\\w\\d\\.\\x2d_]+$": {
10631063
"$ref": "#/definitions/specificationExtension"
10641064
}
10651065
},
@@ -1082,7 +1082,7 @@
10821082
}
10831083
},
10841084
"patternProperties": {
1085-
"^x-[\\w\\d\\.\\-\\_]+$": {
1085+
"^x-[\\w\\d\\.\\x2d_]+$": {
10861086
"$ref": "#/definitions/specificationExtension"
10871087
}
10881088
},
@@ -1127,7 +1127,7 @@
11271127
}
11281128
},
11291129
"patternProperties": {
1130-
"^x-[\\w\\d\\.\\-\\_]+$": {
1130+
"^x-[\\w\\d\\.\\x2d_]+$": {
11311131
"$ref": "#/definitions/specificationExtension"
11321132
}
11331133
},
@@ -1160,7 +1160,7 @@
11601160
}
11611161
},
11621162
"patternProperties": {
1163-
"^x-[\\w\\d\\.\\-\\_]+$": {
1163+
"^x-[\\w\\d\\.\\x2d_]+$": {
11641164
"$ref": "#/definitions/specificationExtension"
11651165
}
11661166
},
@@ -1196,7 +1196,7 @@
11961196
}
11971197
},
11981198
"patternProperties": {
1199-
"^x-[\\w\\d\\.\\-\\_]+$": {
1199+
"^x-[\\w\\d\\.\\x2d_]+$": {
12001200
"$ref": "#/definitions/specificationExtension"
12011201
}
12021202
},
@@ -1270,7 +1270,7 @@
12701270
}
12711271
},
12721272
"patternProperties": {
1273-
"^x-[\\w\\d\\.\\-\\_]+$": {
1273+
"^x-[\\w\\d\\.\\x2d_]+$": {
12741274
"$ref": "#/definitions/specificationExtension"
12751275
}
12761276
}
@@ -1295,7 +1295,7 @@
12951295
}
12961296
},
12971297
"patternProperties": {
1298-
"^x-[\\w\\d\\.\\-\\_]+$": {
1298+
"^x-[\\w\\d\\.\\x2d_]+$": {
12991299
"$ref": "#/definitions/specificationExtension"
13001300
}
13011301
},
@@ -1329,7 +1329,7 @@
13291329
}
13301330
},
13311331
"patternProperties": {
1332-
"^x-[\\w\\d\\.\\-\\_]+$": {
1332+
"^x-[\\w\\d\\.\\x2d_]+$": {
13331333
"$ref": "#/definitions/specificationExtension"
13341334
}
13351335
},

0 commit comments

Comments
 (0)