{
  "name": "GlobalExternalApplication",
  "id": "http://com.ingrammicro/appstore/global-external-application/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/abstract/types/unlimited-resource/1.0"
  ],
  "access": {
    "global": true
  },
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "jiraAppId": {
      "type": "string"
    },
    "applicationViewId": {
      "type": "string"
    },
    "icon": {
      "type": "string"
    }
  }
}