CRecordDescriptionOfRecord
This record describes another record or a nano service. Among other things, it is used to register microservices.
This record is a pure data record, so it does not serve as a message or nano service.
There is a class to which the transported data fits: CDescriptionOfRecord.
{ "id": "10c86bd7-7621-479d-b1e0-ef8b3f8a6ee1", "name": "DESCRIPTION_OF_RECORD", "description": "A description of a record or a nano service.", "slots": [ { "key": "2", "name": "DESCRIPTION", "direction": "REQUEST", "mandatory": "true", "type": "STRING", "description": "The description of the record or nano service." }, { "key": "1", "name": "ID", "direction": "REQUEST", "mandatory": "true", "type": "ID", "description": "The ID of the record or nano service." } ] }