diff --git a/src/test/resources/envSensor.json b/src/test/resources/envSensor.json index 6a9cd8f3..d32ed74e 100644 --- a/src/test/resources/envSensor.json +++ b/src/test/resources/envSensor.json @@ -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"] -} \ No newline at end of file + "$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"] +}