ARGUS Enterprise · JSON Structure

Argus Enterprise Subscription List Structure

SubscriptionList schema from ARGUS Enterprise API

Type: object Properties: 1
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

SubscriptionList is a JSON Structure definition published by ARGUS Enterprise, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argus-enterprise/refs/heads/main/json-structure/argus-enterprise-subscription-list-structure.json",
  "name": "SubscriptionList",
  "description": "SubscriptionList schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Subscription"
      }
    }
  }
}