PlatformServiceInfo

edit

The platform service information.

Properties

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

Example

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