CBStoreAppTenant

In this document:

GraphViz

Schema

The considered APS type (download) looks as follows:

{
  "name": "CBStoreAppTenant",
  "id": "http://com.ingrammicro/appstore/cbstoreapptenant/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
    },
    "pdiTenant": {
      "type": "http://aps-standard.org/inhouse-products/tenant/1.1",
      "required": true
    },
    "pdiProducts": {
      "type": "http://com.odin.platform/inhouse-products/pdiProduct/1.0",
      "collection": true,
      "required": true
    }
  }
}

Relationship

NAME

TYPE

REQUIRED

DESCRIPTION

account

PAAccount

Yes

pdiTenant

Tenant

Yes

pdiProducts

Collection of PdiProduct

Yes