Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions oic.basecorecomposite.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
}
],
"minItems" : 1,
"readOnly": true,
"description": "ReadOnly, Resource Type"
},
"if": {
"type" : "array",
"readOnly": true,
"description": "ReadOnly, The interface set supported by this resource",
"items": {
"type": "string",
Expand All @@ -27,10 +29,12 @@
},
"n": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Friendly name of the resource"
},
"id": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Instance ID of this specific resource"
}
}
Expand Down
4 changes: 4 additions & 0 deletions oic.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
}
],
"minItems" : 1,
"readOnly": true,
"description": "ReadOnly, Resource Type"
},
"if": {
"type" : "array",
"readOnly": true,
"description": "ReadOnly, The interface set supported by this resource",
"items": {
"type": "string",
Expand All @@ -29,10 +31,12 @@
},
"n": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Friendly name of the resource"
},
"id": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Instance ID of this specific resource"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.oic-link-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}
],
"minItems" : 1,
"readOnly": true,
"description": "ReadOnly, Resource Type"
},
"if": {
Expand All @@ -38,9 +39,11 @@
}
],
"minItems": 1,
"readOnly": true,
"description": "ReadOnly, The interface set supported by this resource"
},
"p": {
"readOnly": true,
"description": "ReadOnly, JSON object containing a Bitmap indicating observable and discoverable plus security and port",
"type": "object",
"properties": {
Expand Down
1 change: 1 addition & 0 deletions oic.r.activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.airFlow.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"range": {
"type": "array",
"readOnly": true,
"description": "ReadOnly, Min,max values for the speed level",
"items": {
"type": "integer"
Expand Down
1 change: 1 addition & 0 deletions oic.r.altimeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"alt": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly. The current height of the position (metres)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.automaticDocumentFeeder.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
"properties": {
"adfStates": {
"type": "array",
"readOnly": true,
"description": "ReadOnly, array of the possible adf states.",
"items": {
"type": "string"
}
},
"currentAdfState": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Current adf state."
}
}
Expand Down
4 changes: 4 additions & 0 deletions oic.r.blood.glucose.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,23 @@
"properties": {
"bloodsugar": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, The concentration of glucose in the blood"
},
"units": {
"type": "string",
"enum": ["mg/dL", "mmol/L"],
"readOnly": true,
"description": "ReadOnly, Units used to measure blood sugar levels"
},
"site": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, Lot number of strip"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.r.blood.oxygen.saturation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"spo2": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly, Oxygen saturation level in percentage"
},
"perfusion": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly, Ratio of AC over DC of PPG"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.r.blood.pressure.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
"properties": {
"bloodpressure": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, measured blood pressure in mmHG. It uses CSV (data type) containing systolic, diastolic values."
},
"map": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, measured blood pressure in mmHG. MAP(Mean Arterial Pressure) is a value of the integral of one cycle of the blood pressure curve divided by the period between successive heart beats."
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.r.bmi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
"bmi": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly, Body Mass Index of a person in kg/m^2"
},
"bmip": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly, BMI prime is a normalized BMI by 25"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.r.body.fat.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
"properties": {
"bodyfat": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, The difference between the body weight and the fat free mass"
},
"units": {
"enum": ["kg", "lb", "%"],
"readOnly": true,
"description": "ReadOnly, Unit of a measure of the obesity of a person"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.body.height.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.body.position.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"bpos": {
"type": "string",
"enum": ["standing", "sitting", "supine", "prone", "left", "right", "fall"],
"readOnly": true,
"description": "ReadOnly, Current body position type"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.body.site.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"type": "integer",
"minimum": 248,
"maximum": 992,
"readOnly": true,
"description": "ReadOnly, Nomenclature code referring a specific muscle group engaged. Refer to Annex C of IEEE Std 11073-10442-2008."
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.body.temperature.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"site": {
"type": "string",
"enum": ["anus", "armpit", "ear", "forehead", "mouth"],
"readOnly": true,
"description": "ReadOnly, Measurement site"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
3 changes: 3 additions & 0 deletions oic.r.body.water.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
"properties": {
"bodywater": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, The total water of the human body"
},
"units": {
"enum": ["kg", "lb", "%"],
"readOnly": true,
"description": "ReadOnly, Unit of a body water of a person"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.body.weight.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"weightunits": {
"type": "string",
"enum": ["kg", "lb"],
"readOnly": true,
"description": "ReadOnly, Unit of a person's weight"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.breath.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
"type": "number",
"minimum": 0,
"maximum": 1,
"readOnly": true,
"description": "ReadOnly, Voltage of Human breathing pressure level"
},
"bpm": {
"$ref": "oic.r.respirationrate.json#/definitions/oic.r.respirationrate"
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.button.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"properties": {
"value": {
"type": "boolean",
"readOnly": true,
"description": "ReadOnly, Status of the button"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.cgm.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.colour.rgb.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"range": {
"type": "array",
"readOnly": true,
"description": "ReadOnly, min max value of RGB",
"minItems": 2,
"maxItems": 2,
Expand Down
1 change: 1 addition & 0 deletions oic.r.cycling.power.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.cycling.speedcadence.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cadence": {
"type": "number",
"minimum": 0,
"readOnly": true,
"description": "ReadOnly, Pedals per minutes"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.distance.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.door.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"properties": {
"openState" : {
"enum": ["Open","Closed"],
"readOnly": true,
"description": "ReadOnly, The state of the door (open or closed)"
},
"openDuration": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, The time duration the door has been open"
},
"openAlarm": {
Expand Down
2 changes: 2 additions & 0 deletions oic.r.emg.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"type": "number",
"minimum": 0,
"maximum": 1023,
"readOnly": true,
"description": "ReadOnly, The value of Muscle intensity that generated by skeletal muscles."
},
"observedtime": {
"type": "string",
"readOnly": true,
"description": "ReadOnly, An ISO8601 format time indicating when the data is observed (ex: 2016-02-15T09:19Z)"
}
}
Expand Down
1 change: 1 addition & 0 deletions oic.r.energy.battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"charge" : {
"type": "integer",
"description": "ReadOnly, The current charge percentage.",
"readOnly": true,
"minimum": 0,
"maximum": 100
}
Expand Down
2 changes: 2 additions & 0 deletions oic.r.energy.consumption.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"properties": {
"power": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, Instantaneous Power"
},
"energy": {
"type": "number",
"readOnly": true,
"description": "ReadOnly, Energy consumed"}
}
}
Expand Down
Loading