schemas_validate_message | R Documentation |
Validates a message against a schema
schemas_validate_message( schema, message, encoding = c("ENCODING_UNSPECIFIED", "JSON", "BINARY"), project = ps_project_get() )
schema |
|
message |
|
encoding |
|
project |
|
logical
TRUE if successfully validated
Other Schema functions:
schemas_create()
,
schemas_delete()
,
schemas_exists()
,
schemas_get()
,
schemas_list()
,
schemas_validate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.