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
2 changes: 1 addition & 1 deletion batterymaterial.raml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ traits:
schema: BatteryMaterial
example: |
{
"rt": "oic.r.batterymaterial",
"rt": ["oic.r.batterymaterial"],
"id": "unique_example_id",
"material": "Alkaline"
}
Expand Down
2 changes: 1 addition & 1 deletion liquidlevel.raml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ traits:
schema: LiquidLevel
example: |
{
"rt": ["oic.r.liquidlevel"],
"rt": ["oic.r.liquid.level"],
"id": "unique_example_id",
"currentlevel": 60,
"desiredlevel": 80
Expand Down
2 changes: 1 addition & 1 deletion oic.r.grinder.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "object",
"allOf": [
{"$ref": "oic.baseResource.json#/definitions/oic.r.baseresource"},
{"$ref": "#/definitions/oic.r.grinding"}
{"$ref": "#/definitions/oic.r.grinder"}
],
"required": ["coarseness"]
}
2 changes: 1 addition & 1 deletion oic.r.vehicle.connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "The connection state.",
"readOnly": true
},
"ratedchargingapacity" : {
"ratedchargingcapacity" : {
"type": "number",
"description": "The rated charging capacity in Amps (A).",
"readOnly": true
Expand Down