forked from openconnectivityfoundation/IoTDataModels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CivicLocationResURI.swagger.json
288 lines (288 loc) · 8.91 KB
/
CivicLocationResURI.swagger.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
{
"swagger": "2.0",
"info": {
"title": "Civic Location",
"version": "2020-09-09",
"license": {
"name": "OCF Data Model License",
"url": "https://github.com/openconnectivityfoundation/core/blob/e28a9e0a92e17042ba3e83661e4c0fbce8bdc4ba/LICENSE.md",
"x-copyright": "copyright 2020 Open Connectivity Foundation, Inc. All rights reserved."
},
"termsOfService": "https://openconnectivityfoundation.github.io/core/DISCLAIMER.md"
},
"schemes": ["http"],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {
"/CivicLocationResURI" : {
"get": {
"description": "This Resource describes the properties associated with the current civic location.\nThe Properties modelled follow the definition of the Location Object provided by RFC 4119 and clarified by RFC 5774.\nIf a Device supports this Resource but has no defined content for it (yet) the response to a RETRIEVE contains just the \"name\" Property containing an empty string",
"parameters": [
{"$ref": "#/parameters/interface"}
],
"responses": {
"200": {
"description" : "RETRIEVES the current civic location. ",
"x-example": {
"rt": ["oic.r.location.civic"],
"if": ["oic.if.rw", "oic.if.baseline"],
"country": "US",
"national-a1": "New York",
"region-a2": "King's County",
"city-a3": "New York",
"citydivision-a4": "Manhattan",
"block-a5": "Midtown",
"street-a6": "5th",
"prd": "N",
"pod": "SW",
"sts": "Avenue",
"buildingnumber": 455,
"buildingnumbersuffix": "A",
"landmark": "Public Library",
"loc": "Basement Stacks",
"flr": -1,
"name": "I ain't afraid",
"postalcode": "10016"
},
"schema": { "$ref": "#/definitions/Civiclocation" }
}
}
},
"post": {
"description": "Update or set Civic Location information.",
"parameters": [
{"$ref": "#/parameters/interface-rw"},
{
"name": "body",
"in": "body",
"required": true,
"schema": { "$ref": "#/definitions/Civiclocation-Update" },
"x-example": {
"country": "GB",
"national-a1": "Scotland",
"region-a2": "Perthshire",
"city-a3": "Doune",
"street-a6": "Castle Hill",
"landmark": "Doune Castle",
"postalcode": "FK16 6EA"
}
}
],
"responses": {
"200": {
"description" : "",
"x-example": {
"country": "GB",
"national-a1": "Scotland",
"region-a2": "Perthshire",
"city-a3": "Doune",
"street-a6": "Castle Hill",
"landmark": "Doune Castle",
"postalcode": "FK16 6EA"
},
"schema": { "$ref": "#/definitions/Civiclocation-Update" }
}
}
}
}
},
"parameters": {
"interface": {
"in": "query",
"name": "if",
"type": "string",
"enum": ["oic.if.rw", "oic.if.baseline"]
},
"interface-rw": {
"in": "query",
"name": "if",
"type": "string",
"enum": ["oic.if.rw"]
}
},
"definitions": {
"Civiclocation" : {
"properties": {
"rt": {
"description": "The Resource Type.",
"items": {
"enum": ["oic.r.location.civic"],
"maxLength": 64,
"type": "string"
},
"minItems": 1,
"uniqueItems": true,
"readOnly": true,
"type": "array"
},
"country": {
"description": "The Country using the ISO 3166 two letter code.",
"type": "string"
},
"national-a1": {
"description": "The National subdivision (state, province etc).",
"type": "string"
},
"region-a2": {
"description": "The Regional subdivision (county, parish, district etc).",
"type": "string"
},
"city-a3": {
"description": "The City, Township, or similar.",
"type": "string"
},
"citydivision-a4": {
"description": "The division within a City or Town.",
"type": "string"
},
"block-a5": {
"description": "The block or neighbourhood.",
"type": "string"
},
"street-a6": {
"description": "The Street name.",
"type": "string"
},
"prd": {
"description": "Leading Street Direction.",
"type": "string",
"enum": ["N","S","E","W","NE","NW","SE","SW"]
},
"pod": {
"description": "Trailing Street Suffix.",
"type": "string",
"enum": ["N","S","E","W","NE","NW","SE","SW"]
},
"sts": {
"description": "Street Suffix.",
"type": "string"
},
"buildingnumber": {
"description": "House or Building Number.",
"type": "integer"
},
"buildingnumbersuffix": {
"description": "Building Number Suffix.",
"type": "string"
},
"landmark": {
"description": "Landmark or vanity address.",
"type": "string"
},
"loc": {
"description": "Additional location information.",
"type": "string"
},
"flr": {
"description": "Floor of the building. Zero (0) represents the floor that is at street (ground) level.",
"type": "integer"
},
"name": {
"description": "Resident, Business etc.",
"type": "string"
},
"postalcode": {
"description": "Postal or Zip code.",
"type": "string"
},
"n": {
"$ref": "https://openconnectivityfoundation.github.io/core/schemas/oic.common.properties.core-schema.json#/definitions/n"
},
"id": {
"$ref": "https://openconnectivityfoundation.github.io/core/schemas/oic.common.properties.core-schema.json#/definitions/id"
},
"if": {
"description": "The OCF Interface set supported by this Resource.",
"items": {
"enum": [
"oic.if.rw",
"oic.if.baseline"
],
"type": "string"
},
"minItems": 2,
"uniqueItems": true,
"readOnly": true,
"type": "array"
}
},
"type": "object",
"required": ["name"]
},
"Civiclocation-Update" : {
"properties": {
"country": {
"description": "The Country using the ISO 3166 two letter code.",
"type": "string"
},
"national-a1": {
"description": "The National subdivision (state, province etc).",
"type": "string"
},
"region-a2": {
"description": "The Regional subdivision (county, parish, district etc).",
"type": "string"
},
"city-a3": {
"description": "The City, Township, or similar.",
"type": "string"
},
"citydivision-a4": {
"description": "The division within a City or Town.",
"type": "string"
},
"block-a5": {
"description": "The block or neighbourhood.",
"type": "string"
},
"street-a6": {
"description": "The Street name.",
"type": "string"
},
"prd": {
"description": "Leading Street Direction.",
"type": "string",
"enum": ["N","S","E","W","NE","NW","SE","SW"]
},
"pod": {
"description": "Trailing Street Suffix.",
"type": "string",
"enum": ["N","S","E","W","NE","NW","SE","SW"]
},
"sts": {
"description": "Street Suffix.",
"type": "string"
},
"buildingnumber": {
"description": "House or Building Number.",
"type": "integer"
},
"buildingnumbersuffix": {
"description": "Building Number Suffix.",
"type": "string"
},
"landmark": {
"description": "Landmark or vanity address.",
"type": "string"
},
"loc": {
"description": "Additional location information.",
"type": "string"
},
"flr": {
"description": "Floor of the building. Zero (0) represents the floor that is at street (ground) level.",
"type": "integer"
},
"name": {
"description": "Resident, Business etc.",
"type": "string"
},
"postalcode": {
"description": "Postal or Zip code.",
"type": "string"
}
},
"type": "object"
}
}
}