|
107 | 107 | { |
108 | 108 | "name": "Type of library", |
109 | 109 | "type": "string", |
110 | | - "description": "The category of library", |
| 110 | + "description": "The category of public library", |
111 | 111 | "format": "default", |
112 | 112 | "constraints": { |
113 | 113 | "required": true, |
|
141 | 141 | { |
142 | 142 | "name": "Colocation", |
143 | 143 | "type": "string", |
144 | | - "description": "Whether the library is stand-alone or co-located within the building property unit.", |
| 144 | + "description": "Whether the library is stand-alone or co-located within the building property unit", |
145 | 145 | "format": "default", |
146 | 146 | "constraints": { |
147 | 147 | "required": true, |
|
173 | 173 | "name": "Monday open", |
174 | 174 | "type": "time", |
175 | 175 | "description": "Opening time of the library on Mondays. If not open on that day use 00:00", |
176 | | - "format": "HH:MM", |
| 176 | + "format": "%H:%M", |
177 | 177 | "constraints": { |
178 | 178 | "required": true |
179 | 179 | } |
|
182 | 182 | "name": "Monday close", |
183 | 183 | "type": "time", |
184 | 184 | "description": "Closing time of the library on Mondays. If not open on that day use 00:00", |
185 | | - "format": "HH:MM", |
| 185 | + "format": "%H:%M", |
186 | 186 | "constraints": { |
187 | 187 | "required": true |
188 | 188 | } |
|
191 | 191 | "name": "Tuesday open", |
192 | 192 | "type": "time", |
193 | 193 | "description": "Opening time of the library on Tuesdays. If not open on that day use 00:00", |
194 | | - "format": "HH:MM", |
| 194 | + "format": "%H:%M", |
195 | 195 | "constraints": { |
196 | 196 | "required": true |
197 | 197 | } |
|
200 | 200 | "name": "Tuesday close", |
201 | 201 | "type": "time", |
202 | 202 | "description": "Closing time of the library on Tuesdays. If not open on that day use 00:00", |
203 | | - "format": "HH:MM", |
| 203 | + "format": "%H:%M", |
204 | 204 | "constraints": { |
205 | 205 | "required": true |
206 | 206 | } |
|
209 | 209 | "name": "Wednesday open", |
210 | 210 | "type": "time", |
211 | 211 | "description": "Opening time of the library on Wednesdays. If not open on that day use 00:00", |
212 | | - "format": "HH:MM", |
| 212 | + "format": "%H:%M", |
213 | 213 | "constraints": { |
214 | 214 | "required": true |
215 | 215 | } |
|
218 | 218 | "name": "Wednesday close", |
219 | 219 | "type": "time", |
220 | 220 | "description": "Closing time of the library on Wednesdays. If not open on that day use 00:00", |
221 | | - "format": "HH:MM", |
| 221 | + "format": "%H:%M", |
222 | 222 | "constraints": { |
223 | 223 | "required": true |
224 | 224 | } |
|
227 | 227 | "name": "Thursday open", |
228 | 228 | "type": "time", |
229 | 229 | "description": "Opening time of the library on Thursdays. If not open on that day use 00:00", |
230 | | - "format": "HH:MM", |
| 230 | + "format": "%H:%M", |
231 | 231 | "constraints": { |
232 | 232 | "required": true |
233 | 233 | } |
|
236 | 236 | "name": "Thursday close", |
237 | 237 | "type": "time", |
238 | 238 | "description": "Closing time of the library on Thursdays. If not open on that day use 00:00", |
239 | | - "format": "HH:MM", |
| 239 | + "format": "%H:%M", |
240 | 240 | "constraints": { |
241 | 241 | "required": true |
242 | 242 | } |
|
245 | 245 | "name": "Friday open", |
246 | 246 | "type": "time", |
247 | 247 | "description": "Opening time of the library on Fridays. If not open on that day use 00:00", |
248 | | - "format": "HH:MM", |
| 248 | + "format": "%H:%M", |
249 | 249 | "constraints": { |
250 | 250 | "required": true |
251 | 251 | } |
|
254 | 254 | "name": "Friday close", |
255 | 255 | "type": "time", |
256 | 256 | "description": "Closing time of the library on Fridays. If not open on that day use 00:00", |
257 | | - "format": "HH:MM", |
| 257 | + "format": "%H:%M", |
258 | 258 | "constraints": { |
259 | 259 | "required": true |
260 | 260 | } |
|
263 | 263 | "name": "Saturday open", |
264 | 264 | "type": "time", |
265 | 265 | "description": "Opening time of the library on Saturdays. If not open on that day use 00:00", |
266 | | - "format": "HH:MM", |
| 266 | + "format": "%H:%M", |
267 | 267 | "constraints": { |
268 | 268 | "required": true |
269 | 269 | } |
|
272 | 272 | "name": "Saturday close", |
273 | 273 | "type": "time", |
274 | 274 | "description": "Closing time of the library on Saturdays. If not open on that day use 00:00", |
275 | | - "format": "HH:MM", |
| 275 | + "format": "%H:%M", |
276 | 276 | "constraints": { |
277 | 277 | "required": true |
278 | 278 | } |
|
281 | 281 | "name": "Sunday open", |
282 | 282 | "type": "time", |
283 | 283 | "description": "Opening time of the library on Sundays. If not open on that day use 00:00", |
284 | | - "format": "HH:MM", |
| 284 | + "format": "%H:%M", |
285 | 285 | "constraints": { |
286 | 286 | "required": true |
287 | 287 | } |
|
290 | 290 | "name": "Sunday close", |
291 | 291 | "type": "time", |
292 | 292 | "description": "Closing time of the library on Sundays. If not open on that day use 00:00", |
293 | | - "format": "HH:MM", |
| 293 | + "format": "%H:%M", |
294 | 294 | "constraints": { |
295 | 295 | "required": true |
296 | 296 | } |
|
0 commit comments