@asyncapi/specs
Version:
AsyncAPI schema versions
15 lines (14 loc) • 428 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.1.0/infoExtensions.json",
"description": "The object that lists all the extensions of Info",
"type": "object",
"properties": {
"x-linkedin": {
"$ref": "http://asyncapi.com/extensions/linkedin/0.1.0/schema.json"
},
"x-x": {
"$ref": "http://asyncapi.com/extensions/x/0.1.0/schema.json"
}
}
}