{ "$schema": "http://json-schema.org/draft-04/schema", "id": "https://choria.io/schemas/choria/adapters/natsstream/v1/output.json", "description": "Data generated by the NATS Stream Data Adapter", "title": "choria:adapters:natsstream:output:1", "type":"object", "required":[ "protocol", "data", "sender", "time", "requestid" ], "properties": { "protocol": { "type":"string", "enum": [ "choria:adapters:natsstream:output:1" ] }, "data": { "type":"string", "description": "The unmodified content of the message received from Choria" }, "sender": { "type":"string", "description": "The Sender ID who produced the Choria message" }, "requestid": { "type":"string", "description": "The Request ID of the message" }, "time": { "type":"integer", "description": "Unix time the message was converted in UTC time zone" } } }