{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "QualificationMsg", "type": "object", "required": [ "actor", "campaign", "sender" ], "properties": { "actor": { "type": "string" }, "campaign": { "type": "string" }, "referrer": { "type": [ "string", "null" ] }, "sender": { "type": "string" } } }