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
According to the examples on the JSON RPC 2.0 Specification, an empty array is not a valid request, but using the jsonrpc-request-2.0.json schema in the json-schema-validator-demo yields 'success'.
Same thing with an empty array response (see the last paragraph of the Batch section of the spec).
The text was updated successfully, but these errors were encountered:
According to the examples on the JSON RPC 2.0 Specification, an empty array is not a valid request, but using the
jsonrpc-request-2.0.json
schema in the json-schema-validator-demo yields 'success'.Same thing with an empty array response (see the last paragraph of the Batch section of the spec).
The text was updated successfully, but these errors were encountered: