From 0fa88f316cf15a2c171999559fcbe7a5e5a1b714 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Sun, 24 Mar 2024 22:47:26 +0530 Subject: [PATCH] revert example changes --- examples/3.0.0/info.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/3.0.0/info.json b/examples/3.0.0/info.json index 9af6f16f..26bcdf95 100644 --- a/examples/3.0.0/info.json +++ b/examples/3.0.0/info.json @@ -5,23 +5,23 @@ "description": "This is a sample app.", "termsOfService": "https://asyncapi.org/terms/", "contact": { - "name": "API Support", - "url": "https://www.asyncapi.org/support", - "email": "support@asyncapi.org" + "name": "API Support", + "url": "https://www.asyncapi.org/support", + "email": "support@asyncapi.org" }, "license": { - "name": "Apache 2.0", - "url": "https://www.apache.org/licenses/LICENSE-2.0.html" + "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" + "description": "Find more info here", + "url": "https://www.asyncapi.org" }, "tags": [ - { - "name": "e-commerce" + { + "name": "e-commerce" } ] } - -] + +] \ No newline at end of file