3 "$schema": "http://json-schema.org/schema#",
4 "title": "Simple Light",
5 "$ref": "#/definitions/light",
12 "description": "Description about resource type",
13 "default": "sample.light"
17 "description": "Light status",
20 "update_frequency": 1000
24 "description": "brightness of the light",
28 "update_frequency": 1001
33 "required": [ "resourceType", "power" ]