schema Validation
Validates a JSON string against the internal schema.
Return
True if the JSON is valid according to the schema, false otherwise.
Parameters
json
The JSON string representing a message.
Validates a JSON string against the internal schema.
True if the JSON is valid according to the schema, false otherwise.
The JSON string representing a message.