From 1fa90047f80bb7a3df4fe701a47214f5a7d17eac Mon Sep 17 00:00:00 2001 From: Sambhav Gupta <81870866+sambhavgupta0705@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:28:40 +0530 Subject: [PATCH] Update README.md Co-authored-by: Lukasz Gornicki --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09d1135d..67d5a9a0 100644 --- a/README.md +++ b/README.md @@ -215,8 +215,8 @@ Whenever you make changes in AsyncAPI JSON Schema, you should always manually ve ## Extensions The Extension Catalogue schema in AsyncAPI defines a standardized way to include additional metadata or custom attributes within an AsyncAPI document. -### How to add extensions -There is defined structure of adding the exrensions which is defined as followed: +### How to add schema of the extension + 1. All the extensions must be present in [./extensions](./extensions) folder. 2. A proper folder structure must be followed to add the extensions.