JUnit test cases for updated APIs.
[platform/upstream/iotivity.git] / service / simulator / unittests / SimulatorTest / ramls / oic.r.light-error.json
1 {
2   "id": "http://openinterconnect.org/schemas/oic.r.light-error#",
3   "$schema": "http://json-schema.org/draft-04/schema#",
4   "title": "OIC Light",
5   "$ref": "#/definitions/oic.r.light",
6   "definitions": {
7     "oic.r.light": {
8       "type": "object",
9       "properties": {
10                 "rt": {
11           "type": "string",
12           "description": "Description about resource type",
13           "default": "oic.r.light"
14         },
15                 "if": {
16           "type": "string",
17           "description": "Interface supported",
18           "default": "oic.if.baseline"
19         },
20         "n": {
21           "type": "string",
22           "description": "Readonly, Human friendly name",
23                   "default": "OIC Light Error"
24         },
25         "intensity":  {
26           "type": "integer",
27           "description": "ReadOnly, Comma separated min,max values for intensity on this device",
28           "default": "10,20"
29         }
30       }
31     }
32   },
33    "required": ["rt","if"]
34 }