ComponentTargetVersion (type)

{
  "id": "ComponentTargetVersion", 
  "module_id": "Migration", 
  "properties": {
    "component_type": {
      "readonly": true, 
      "required": true, 
      "type": "string"
    }, 
    "target_version": {
      "readonly": true, 
      "required": true, 
      "type": "string"
    }
  }, 
  "type": "object"
}