Skip to content

Commit b2bbe09

Browse files
authored
fix: add AsyncAPI v2.5.0 schema to the all.schema-store.json doc. (#269)
1 parent 6dbc2b1 commit b2bbe09

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

schemas/all.schema-store.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@
144144
"$ref": "http://asyncapi.com/schema-store/2.4.0.json"
145145
}
146146
]
147+
},
148+
{
149+
"allOf": [
150+
{
151+
"properties": {
152+
"asyncapi": {
153+
"const": "2.5.0"
154+
}
155+
}
156+
},
157+
{
158+
"$ref": "http://asyncapi.com/schema-store/2.5.0.json"
159+
}
160+
]
147161
}
148162
]
149-
}
163+
}

0 commit comments

Comments
 (0)