@asyncapi/specs
Version:
AsyncAPI schema versions
16 lines • 400 B
JSON
[
{
"title": "AsyncAPI Sample App",
"description": "This is a sample server.",
"termsOfService": "https://asyncapi.org/terms/",
"contact": {
"name": "API Support",
"url": "https://www.example.com/support",
"email": "support@example.com"
},
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
}
}
]