CRecordMicroService

This data record describes a microservice.

It serves as a pure data record.

The class that corresponds to this data is the CMicroServiceDescription.

{
  "id": "62e0f5e4-4410-4308-ae2d-f69e6ac05481",
  "name": "MICRO_SERVICE",
  "description": "A microservice.",
  "slots": [
    {
      "key": "1",
      "name": "ID",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "ID",
      "description": "The ID of the microservice."
    },
    {
      "key": "2",
      "name": "DESCRIPTION",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "STRING",
      "description": "The descriptive text."
    },
    {
      "key": "3",
      "name": "API",
      "direction": "REQUEST",
      "mandatory": "true",
      "type": "RECORD_ARRAY",
      "description": "The API of the microservice.\nThe type of each record is CRecordDescriptionOfRecord."
    }
  ]
}

nyssr.net - Innovative Distributed System