src/pubsub/pubsub_messages.py [73:78]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'command': command,                         # Command responding too for message routing and application logic.
            'response': {                               # Response Object. Expected to contain response data and mandatory status fields.
                'data': data,                           # Response Data field None or customisable to data request.
                'status': status                        # Response status code: 200, 202, 404, 500
            }
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pubsub/pubsub_messages.py [102:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'command': command,                         # Command responding too for message routing and application logic.
            'response': {                               # Response Object. Expected to contain response data and mandatory status fields.
                'data': data,                           # Response Data field None or customisable to data request.
                'status': status                        # Response status code: 200, 202, 404, 500
            }
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



