ceea4ebf76348b5fa6f0d219af3ed1503a60dc78
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ServiceProviderPlugin / resource / Light / simple-light-error.json
1 {
2   "id": "simple.light#",
3   "$schema": "http://json-schema.org/draft-04/schema#",
4   "title": "Simple Light",
5   "$ref": "#/definitions/light",
6   "definitions": {
7     "light": {
8       "type": "object",
9       "properties": {
10                 "resourceType": {
11           "type": "string",
12           "description": "Description about resource type",
13           "default": "sample.light"
14         },
15         "intensity":  {
16           "type": "string",
17           "description": "ReadOnly, Comma separated min,max values for intensity on this device",
18           "default": "1,20"
19         }
20       }
21     }
22   }
23 }