Skip to content

Commit

Permalink
revert example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Mar 24, 2024
1 parent 2c488db commit 3bbb0a4
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions examples/3.0.0/info.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[
{
{
"title": "AsyncAPI Sample App",
"version": "1.0.1",
"description": "This is a sample app.",
"termsOfService": "https://asyncapi.org/terms/",
"contact": {
"name": "API Support",
"url": "https://www.asyncapi.org/support",
"email": "[email protected]"
},
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"externalDocs": {
"description": "Find more info here",
"url": "https://www.asyncapi.org"
},
"tags": [
{
"name": "e-commerce"
}
]
}
"name": "API Support",
"url": "https://www.asyncapi.org/support",
"email": "[email protected]"
},
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"externalDocs": {
"description": "Find more info here",
"url": "https://www.asyncapi.org"
},
"tags": [
{
"name": "e-commerce"
}
]
}

]
]

0 comments on commit 3bbb0a4

Please sign in to comment.