Skip to content

Commit

Permalink
fix: add AsyncAPI v2.5.0 schema to the all.schema-store.json doc. (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored Sep 29, 2022
1 parent 6dbc2b1 commit b2bbe09
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion schemas/all.schema-store.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}
}

0 comments on commit b2bbe09

Please sign in to comment.