Skip to content

Commit 8da9e04

Browse files
authored
feat: revert ROS2 release (#590)
1 parent d096d0f commit 8da9e04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,4 @@ Extensions are a way to [extend AsyncAPI specification](https://www.asyncapi.com
223223
3. A new folder just as [x extension](./extensions/x) must be added with proper `versioning` and `schema file`.
224224
4. All the schemas must be added in a file named `schema.json` just as one is defined for [x extension](./extensions/x/0.1.0/schema.json).
225225

226-
5. Extension schema should not be referenced directly in the definition of the object it extends. For example if you add an extension for `info`, your extension's schema should not be referenced from `info.json` but [infoExtensions.json](./definitions/3.0.0/infoExtensions.json). If the object that you extend doesn't have a corresponding `*Extensions.json` file, you need to create one.
227-
226+
5. Extension schema should not be referenced directly in the definition of the object it extends. For example if you add an extension for `info`, your extension's schema should not be referenced from `info.json` but [infoExtensions.json](./definitions/3.0.0/infoExtensions.json). If the object that you extend doesn't have a corresponding `*Extensions.json` file, you need to create one.

0 commit comments

Comments
 (0)