Apptio · JSON-LD Context

Apptio Context

JSON-LD context defining the semantic vocabulary for Apptio from Apptio.

15 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
apptio: https://www.apptio.com/vocab#

Classes

allocationId costCenter category period amount currency vendor tags budgetId name fiscalYear totalBudget spentAmount reportId status

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "apptio": "https://www.apptio.com/vocab#",
    "allocationId": "schema:identifier",
    "costCenter": "apptio:costCenter",
    "category": "schema:category",
    "period": "apptio:period",
    "amount": "schema:price",
    "currency": "schema:priceCurrency",
    "vendor": "schema:provider",
    "tags": "apptio:tags",
    "budgetId": "schema:identifier",
    "name": "schema:name",
    "fiscalYear": "apptio:fiscalYear",
    "totalBudget": "apptio:totalBudget",
    "spentAmount": "apptio:spentAmount",
    "reportId": "schema:identifier",
    "status": "apptio:status"
  }
}