ExternalApplication

GraphViz

Schema

The considered APS type (download) looks as follows:

{
  "name": "ExternalApplication",
  "id": "http://com.ingrammicro/appstore/external-application/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/abstract/types/unlimited-resource/1.0"
  ],
  "relations": {
    "account": {
      "type": "http://parallels.com/aps/types/pa/account/1.2",
      "required": true
    }
  },
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "jiraAppId": {
      "type": "string"
    },
    "applicationViewId": {
      "type": "string"
    },
    "icon": {
      "type": "string"
    }
  }
}

Properties

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

id

Integer

Not Required

name

String

Not Required

jiraAppId

String

Not Required

applicationViewId

String

Not Required

icon

String

Not Required

Relationship

NAME

TYPE

REQUIRED

DESCRIPTION

account

PAAccount

Yes

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: