Finout · JSON-LD Context

Finout Context

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

2 Classes 19 Properties 3 Namespaces
View Context View on GitHub

Namespaces

finout: https://app.finout.io/v1/
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Classes

name description

Properties

Property Type Container
viewId string
accountId string
scanId string
scanName string
scanLastRunTime dateTime
scanTotalCost double
scanTotalWaste double
scanYearlyPotentialSavings double
lastRunTime dateTime
status string
costCenter string
operator string
rules @json
filter @json
configuration @json
unixTimeMillSecondsStart integer
unixTimeMillSecondsEnd integer
requestId string
groupBy string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "finout": "https://app.finout.io/v1/",
    "viewId": {
      "@id": "finout:viewId",
      "@type": "xsd:string"
    },
    "accountId": {
      "@id": "finout:accountId",
      "@type": "xsd:string"
    },
    "scanId": {
      "@id": "finout:scanId",
      "@type": "xsd:string"
    },
    "scanName": {
      "@id": "finout:scanName",
      "@type": "xsd:string"
    },
    "scanLastRunTime": {
      "@id": "finout:scanLastRunTime",
      "@type": "xsd:dateTime"
    },
    "scanTotalCost": {
      "@id": "finout:scanTotalCost",
      "@type": "xsd:double"
    },
    "scanTotalWaste": {
      "@id": "finout:scanTotalWaste",
      "@type": "xsd:double"
    },
    "scanYearlyPotentialSavings": {
      "@id": "finout:scanYearlyPotentialSavings",
      "@type": "xsd:double"
    },
    "lastRunTime": {
      "@id": "finout:lastRunTime",
      "@type": "xsd:dateTime"
    },
    "status": {
      "@id": "finout:status",
      "@type": "xsd:string"
    },
    "costCenter": {
      "@id": "finout:costCenter",
      "@type": "xsd:string"
    },
    "operator": {
      "@id": "finout:operator",
      "@type": "xsd:string"
    },
    "rules": {
      "@id": "finout:rules",
      "@type": "@json"
    },
    "filter": {
      "@id": "finout:filter",
      "@type": "@json"
    },
    "configuration": {
      "@id": "finout:configuration",
      "@type": "@json"
    },
    "unixTimeMillSecondsStart": {
      "@id": "finout:unixTimeMillSecondsStart",
      "@type": "xsd:integer"
    },
    "unixTimeMillSecondsEnd": {
      "@id": "finout:unixTimeMillSecondsEnd",
      "@type": "xsd:integer"
    },
    "requestId": {
      "@id": "finout:requestId",
      "@type": "xsd:string"
    },
    "groupBy": {
      "@id": "finout:groupBy",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "description": "schema:description",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}