File tree 4 files changed +39
-0
lines changed
extensions/linkedin/0.1.0
4 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 4
4
"properties" : {
5
5
"x-x" :{
6
6
"$ref" : " http://asyncapi.com/extensions/x/0.1.0/schema.json"
7
+ },
8
+ "x-linkedin" :{
9
+ "$ref" : " http://asyncapi.com/extensions/linkedin/0.1.0/schema.json"
7
10
}
8
11
},
9
12
"$schema" : " http://json-schema.org/draft-07/schema#" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " string" ,
3
+ "pattern" : " ^http(s)?://(www\\ .)?linkedin\\ .com.*$" ,
4
+ "description" : " This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API." ,
5
+ "example" : [
6
+ " https://www.linkedin.com/company/asyncapi/" ,
7
+ " https://www.linkedin.com/in/sambhavgupta0705/"
8
+ ],
9
+ "$schema" : " http://json-schema.org/draft-07/schema#" ,
10
+ "$id" : " http://asyncapi.com/extensions/linkedin/0.1.0/schema.json"
11
+ }
Original file line number Diff line number Diff line change 305
305
"properties" : {
306
306
"x-x" : {
307
307
"$ref" : " #/definitions/extensions-x-0.1.0-schema"
308
+ },
309
+ "x-linkedin" : {
310
+ "$ref" : " #/definitions/extensions-linkedin-0.1.0-schema"
308
311
}
309
312
}
310
313
},
316
319
" AsyncAPISpec"
317
320
]
318
321
},
322
+ "extensions-linkedin-0.1.0-schema" : {
323
+ "type" : " string" ,
324
+ "pattern" : " ^https://(www\\ .)?linkedin\\ .com.*$" ,
325
+ "description" : " This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API." ,
326
+ "example" : [
327
+ " https://www.linkedin.com/company/asyncapi/" ,
328
+ " https://www.linkedin.com/in/sambhavgupta0705/"
329
+ ]
330
+ },
319
331
"servers" : {
320
332
"description" : " An object representing multiple servers." ,
321
333
"type" : " object" ,
Original file line number Diff line number Diff line change 315
315
"properties" : {
316
316
"x-x" : {
317
317
"$ref" : " http://asyncapi.com/extensions/x/0.1.0/schema.json"
318
+ },
319
+ "x-linkedin" : {
320
+ "$ref" : " http://asyncapi.com/extensions/linkedin/0.1.0/schema.json"
318
321
}
319
322
}
320
323
},
327
330
" AsyncAPISpec"
328
331
]
329
332
},
333
+ "http://asyncapi.com/extensions/linkedin/0.1.0/schema.json" : {
334
+ "$id" : " http://asyncapi.com/extensions/linkedin/0.1.0/schema.json" ,
335
+ "type" : " string" ,
336
+ "pattern" : " ^https://(www\\ .)?linkedin\\ .com.*$" ,
337
+ "description" : " This extension allows you to provide the Linkedin profile URL of the account representing the team/company of the API." ,
338
+ "example" : [
339
+ " https://www.linkedin.com/company/asyncapi/" ,
340
+ " https://www.linkedin.com/in/sambhavgupta0705/"
341
+ ]
342
+ },
330
343
"http://asyncapi.com/definitions/3.0.0/servers.json" : {
331
344
"$id" : " http://asyncapi.com/definitions/3.0.0/servers.json" ,
332
345
"description" : " An object representing multiple servers." ,
You can’t perform that action at this time.
0 commit comments