PlatformServiceInfoedit

The platform service information.

Propertiesedit

image (array[PlatformServiceImageInfo], required)
type (string, required)
Name of service

Exampleedit

{
   "image" : [
      {
         "hash" : "string",
         "id" : "string",
         "tag" : "string",
         "version" : "string"
      }
   ],
   "type" : "string"
}