Withings · JSON-LD Context

Withings Context

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

0 Classes 65 Properties 4 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
withings: https://developer.withings.com/vocab/
fhir: http://hl7.org/fhir/

Properties

Property Type Container
WithingsAPI reference
MeasureGroup reference
Measure reference
SleepSummary reference
ActivityData reference
HeartMeasurement reference
UserDevice reference
Notification reference
grpid integer
attrib integer
date integer
created integer
modified integer
category integer
deviceid string
hash_deviceid string
model integer
model_id integer
measures list
value integer
type integer
unit integer
timezone string
startdate integer
enddate integer
steps integer
distance double
elevation double
calories double
totalcalories double
active integer
soft integer
moderate integer
intense integer
hr_average integer
hr_min integer
hr_max integer
sleep_efficiency integer
sleep_latency integer
total_sleep_time integer
total_timeinbed integer
deepsleepduration integer
lightsleepduration integer
remsleepduration integer
wakeupduration integer
wakeupcount integer
snoring integer
breathing_disturbances_intensity integer
nb_rem_episodes integer
appli integer
callbackurl anyURI
comment string
access_token string
refresh_token string
expires_in integer
scope string
userid string
battery string
fw string
mac_address string
serial_number string
weight double
height double
heartRate integer
bloodPressure reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "withings": "https://developer.withings.com/vocab/",
    "fhir": "http://hl7.org/fhir/",

    "WithingsAPI": {
      "@id": "withings:WithingsAPI",
      "@type": "@id"
    },

    "MeasureGroup": {
      "@id": "withings:MeasureGroup",
      "@type": "@id"
    },

    "Measure": {
      "@id": "withings:Measure",
      "@type": "@id"
    },

    "SleepSummary": {
      "@id": "withings:SleepSummary",
      "@type": "@id"
    },

    "ActivityData": {
      "@id": "withings:ActivityData",
      "@type": "@id"
    },

    "HeartMeasurement": {
      "@id": "withings:HeartMeasurement",
      "@type": "@id"
    },

    "UserDevice": {
      "@id": "withings:UserDevice",
      "@type": "@id"
    },

    "Notification": {
      "@id": "withings:Notification",
      "@type": "@id"
    },

    "grpid": {
      "@id": "withings:grpid",
      "@type": "xsd:integer"
    },

    "attrib": {
      "@id": "withings:attrib",
      "@type": "xsd:integer"
    },

    "date": {
      "@id": "withings:date",
      "@type": "xsd:integer"
    },

    "created": {
      "@id": "withings:created",
      "@type": "xsd:integer"
    },

    "modified": {
      "@id": "withings:modified",
      "@type": "xsd:integer"
    },

    "category": {
      "@id": "withings:category",
      "@type": "xsd:integer"
    },

    "deviceid": {
      "@id": "withings:deviceid",
      "@type": "xsd:string"
    },

    "hash_deviceid": {
      "@id": "withings:hash_deviceid",
      "@type": "xsd:string"
    },

    "model": {
      "@id": "withings:model",
      "@type": "xsd:integer"
    },

    "model_id": {
      "@id": "withings:model_id",
      "@type": "xsd:integer"
    },

    "measures": {
      "@id": "withings:measures",
      "@container": "@list"
    },

    "value": {
      "@id": "withings:value",
      "@type": "xsd:integer"
    },

    "type": {
      "@id": "withings:type",
      "@type": "xsd:integer"
    },

    "unit": {
      "@id": "withings:unit",
      "@type": "xsd:integer"
    },

    "timezone": {
      "@id": "withings:timezone",
      "@type": "xsd:string"
    },

    "startdate": {
      "@id": "withings:startdate",
      "@type": "xsd:integer"
    },

    "enddate": {
      "@id": "withings:enddate",
      "@type": "xsd:integer"
    },

    "steps": {
      "@id": "withings:steps",
      "@type": "xsd:integer"
    },

    "distance": {
      "@id": "withings:distance",
      "@type": "xsd:double"
    },

    "elevation": {
      "@id": "withings:elevation",
      "@type": "xsd:double"
    },

    "calories": {
      "@id": "withings:calories",
      "@type": "xsd:double"
    },

    "totalcalories": {
      "@id": "withings:totalcalories",
      "@type": "xsd:double"
    },

    "active": {
      "@id": "withings:active",
      "@type": "xsd:integer"
    },

    "soft": {
      "@id": "withings:soft",
      "@type": "xsd:integer"
    },

    "moderate": {
      "@id": "withings:moderate",
      "@type": "xsd:integer"
    },

    "intense": {
      "@id": "withings:intense",
      "@type": "xsd:integer"
    },

    "hr_average": {
      "@id": "withings:hr_average",
      "@type": "xsd:integer"
    },

    "hr_min": {
      "@id": "withings:hr_min",
      "@type": "xsd:integer"
    },

    "hr_max": {
      "@id": "withings:hr_max",
      "@type": "xsd:integer"
    },

    "sleep_efficiency": {
      "@id": "withings:sleep_efficiency",
      "@type": "xsd:integer"
    },

    "sleep_latency": {
      "@id": "withings:sleep_latency",
      "@type": "xsd:integer"
    },

    "total_sleep_time": {
      "@id": "withings:total_sleep_time",
      "@type": "xsd:integer"
    },

    "total_timeinbed": {
      "@id": "withings:total_timeinbed",
      "@type": "xsd:integer"
    },

    "deepsleepduration": {
      "@id": "withings:deepsleepduration",
      "@type": "xsd:integer"
    },

    "lightsleepduration": {
      "@id": "withings:lightsleepduration",
      "@type": "xsd:integer"
    },

    "remsleepduration": {
      "@id": "withings:remsleepduration",
      "@type": "xsd:integer"
    },

    "wakeupduration": {
      "@id": "withings:wakeupduration",
      "@type": "xsd:integer"
    },

    "wakeupcount": {
      "@id": "withings:wakeupcount",
      "@type": "xsd:integer"
    },

    "snoring": {
      "@id": "withings:snoring",
      "@type": "xsd:integer"
    },

    "breathing_disturbances_intensity": {
      "@id": "withings:breathing_disturbances_intensity",
      "@type": "xsd:integer"
    },

    "nb_rem_episodes": {
      "@id": "withings:nb_rem_episodes",
      "@type": "xsd:integer"
    },

    "appli": {
      "@id": "withings:appli",
      "@type": "xsd:integer"
    },

    "callbackurl": {
      "@id": "withings:callbackurl",
      "@type": "xsd:anyURI"
    },

    "comment": {
      "@id": "withings:comment",
      "@type": "xsd:string"
    },

    "access_token": {
      "@id": "withings:access_token",
      "@type": "xsd:string"
    },

    "refresh_token": {
      "@id": "withings:refresh_token",
      "@type": "xsd:string"
    },

    "expires_in": {
      "@id": "withings:expires_in",
      "@type": "xsd:integer"
    },

    "scope": {
      "@id": "withings:scope",
      "@type": "xsd:string"
    },

    "userid": {
      "@id": "withings:userid",
      "@type": "xsd:string"
    },

    "battery": {
      "@id": "withings:battery",
      "@type": "xsd:string"
    },

    "fw": {
      "@id": "withings:fw",
      "@type": "xsd:string"
    },

    "mac_address": {
      "@id": "withings:mac_address",
      "@type": "xsd:string"
    },

    "serial_number": {
      "@id": "withings:serial_number",
      "@type": "xsd:string"
    },

    "weight": {
      "@id": "schema:weight",
      "@type": "xsd:double"
    },

    "height": {
      "@id": "schema:height",
      "@type": "xsd:double"
    },

    "heartRate": {
      "@id": "schema:heartRate",
      "@type": "xsd:integer"
    },

    "bloodPressure": {
      "@id": "schema:bloodPressure",
      "@type": "@id"
    }
  }
}