diff --git a/schemas/all.schema-store.json b/schemas/all.schema-store.json index 27f71a2b..837813fa 100644 --- a/schemas/all.schema-store.json +++ b/schemas/all.schema-store.json @@ -144,6 +144,20 @@ "$ref": "http://asyncapi.com/schema-store/2.4.0.json" } ] + }, + { + "allOf": [ + { + "properties": { + "asyncapi": { + "const": "2.5.0" + } + } + }, + { + "$ref": "http://asyncapi.com/schema-store/2.5.0.json" + } + ] } ] -} \ No newline at end of file +}