Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Update envSensor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Dec 23, 2019
1 parent 0adfdee commit f28412f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/test/resources/envSensor.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Environment Sensor Schema",
"description": "Schema to represent a canonical environment sensor device",
"properties": {
"temperature": {
"description": "temperature in degrees Celsius",
"type": "number",
"minimum": -273.15,
"default": 0.0
}
},
"required": ["temperature"]
}
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"title": "Environment Sensor Schema",
"description": "Schema to represent a canonical environment sensor device",
"properties": {
"temperature": {
"description": "temperature in degrees Celsius",
"type": "number",
"minimum": -273.15,
"default": 0.0
}
},
"required": ["temperature"]
}

0 comments on commit f28412f

Please sign in to comment.