You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will look into this, I have mostly only done json schema validation in TypeScript(node.js), but I try to see what I can do here. but if someone has more experience with this, then please be sure to step in.
Currently the JSON schema validation is broken and disabled (because broken).
I tried working with opis/json-schema, but I cannot get it to play nice.
Implement JSON validation based on JSON schema. The validation library used must at least support draft-7.
The idea is that plugins can call
\AsyncBot\Core\Http::requestJson()
with a schema to validate against.An example of an implementation is done in the IMDB plugin:
requestJson
callThe text was updated successfully, but these errors were encountered: