From 5f0319648b64163bbbd2f6c62e401a531f6fdae2 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta <81870866+sambhavgupta0705@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:28:47 +0530 Subject: [PATCH] Update README.md Co-authored-by: Lukasz Gornicki --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d5a9a0..5d5de24a 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,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. + +Extensions are a way to [extend AsyncAPI specification](https://www.asyncapi.com/docs/concepts/asyncapi-document/extending-specification) with fields that are not yet defined inside the specification. To add JSON schema of the extension in this repository, you need to first make sure it is added to the [extension-catalog](https://github.com/asyncapi/extensions-catalog) repository. ### How to add schema of the extension