context Context

JSON-LD context defining the semantic vocabulary for context from Amazon Billing And Cost Management.

19 Classes 2 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
aws-billing: https://aws.amazon.com/billing/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Budget BudgetName BudgetType BudgetLimit TimeUnit TimePeriod CalculatedSpend ActualSpend ForecastedSpend AnomalyMonitor MonitorArn MonitorName MonitorType CostCategory CostCategoryArn Amount Unit name description

Properties

Property Type Container
createdAt dateTime
modifiedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "aws-billing": "https://aws.amazon.com/billing/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Budget": "aws-billing:Budget",
    "BudgetName": "aws-billing:budgetName",
    "BudgetType": "aws-billing:budgetType",
    "BudgetLimit": "aws-billing:budgetLimit",
    "TimeUnit": "aws-billing:timeUnit",
    "TimePeriod": "aws-billing:timePeriod",
    "CalculatedSpend": "aws-billing:calculatedSpend",
    "ActualSpend": "aws-billing:actualSpend",
    "ForecastedSpend": "aws-billing:forecastedSpend",

    "AnomalyMonitor": "aws-billing:AnomalyMonitor",
    "MonitorArn": "aws-billing:monitorArn",
    "MonitorName": "aws-billing:monitorName",
    "MonitorType": "aws-billing:monitorType",

    "CostCategory": "aws-billing:CostCategory",
    "CostCategoryArn": "aws-billing:costCategoryArn",

    "Amount": "schema:price",
    "Unit": "schema:priceCurrency",

    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modifiedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "name": "schema:name",
    "description": "schema:description"
  }
}