Publishing project from SPIN to public
[platform/core/convergence/remote-rsc-svc.git] / src / common / schemas / uv.json
1 {
2    "id":"http://openinterconnect.org/schemas/x.org.tizen.uv",
3    "$schema":"http://json-schema.org/draft-04/schema#",
4    "title":"uv",
5    "definitions":{
6       "x.org.tizen.uv":{
7          "type":"object",
8          "properties":{
9             "index":{
10                "type":"integer",
11                "description":"Uv index of uv rays being exposed on device",
12                "access":"R"
13             }
14          }
15       }
16    },
17    "type":"object",
18    "allOf":[
19       {
20          "$ref":"oic.core.json#/definitions/oic.core"
21       },
22       {
23          "$ref":"oic.baseResource.json#/definitions/oic.r.baseresource"
24       },
25       {
26          "$ref":"#/definitions/x.org.tizen.uv"
27       }
28    ],
29    "required":["index"]
30 }
31
32