OrgInfo (type)

{
  "additionalProperties": false, 
  "description": "Organization ID and role, predefined for a particular type of VMware support.", 
  "id": "OrgInfo", 
  "module_id": "ApplianceModes", 
  "properties": {
    "org_id": {
      "description": "Organization ID, connected to a predefined role of a VMware support.", 
      "required": true, 
      "title": "Org ID", 
      "type": "string"
    }, 
    "org_role": {
      "description": "Predefined role of a VMware support.", 
      "required": true, 
      "title": "Org role", 
      "type": "string"
    }
  }, 
  "title": "Organization ID and role", 
  "type": "object"
}