Schema base-message.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Base protocol message structure",
"properties": { },
"required": [
"messageType"
],
"title": "Base protocol message",
"type": "object"
}