This task will detail standardised implementations and how to detail them in, e.g., service descriptions. |
Service implementations can use the AMQP standard: See https://www.amqp.org/.
Questions to address:
An example for an AMQP1.0 message payload can be given, e.g.
"serviceInterface": [{
"messages": [{
"name": "AMQP message body",
"description": "The AMQP message body contains the OPMET data in IWXXM3.0",
"schema": {
"url": "https://schemas.wmo.int/iwxxm/3.0.0/"
}
}],
...
}]