Skip to content

Commit b8e4952

Browse files
committed
#4 Finishing initial location survey schema. Closes #4
1 parent 2b13934 commit b8e4952

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

library-locations-survey.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
{
108108
"name": "Type of library",
109109
"type": "string",
110-
"description": "The category of library",
110+
"description": "The category of public library",
111111
"format": "default",
112112
"constraints": {
113113
"required": true,
@@ -141,7 +141,7 @@
141141
{
142142
"name": "Colocation",
143143
"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",
145145
"format": "default",
146146
"constraints": {
147147
"required": true,
@@ -173,7 +173,7 @@
173173
"name": "Monday open",
174174
"type": "time",
175175
"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",
177177
"constraints": {
178178
"required": true
179179
}
@@ -182,7 +182,7 @@
182182
"name": "Monday close",
183183
"type": "time",
184184
"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",
186186
"constraints": {
187187
"required": true
188188
}
@@ -191,7 +191,7 @@
191191
"name": "Tuesday open",
192192
"type": "time",
193193
"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",
195195
"constraints": {
196196
"required": true
197197
}
@@ -200,7 +200,7 @@
200200
"name": "Tuesday close",
201201
"type": "time",
202202
"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",
204204
"constraints": {
205205
"required": true
206206
}
@@ -209,7 +209,7 @@
209209
"name": "Wednesday open",
210210
"type": "time",
211211
"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",
213213
"constraints": {
214214
"required": true
215215
}
@@ -218,7 +218,7 @@
218218
"name": "Wednesday close",
219219
"type": "time",
220220
"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",
222222
"constraints": {
223223
"required": true
224224
}
@@ -227,7 +227,7 @@
227227
"name": "Thursday open",
228228
"type": "time",
229229
"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",
231231
"constraints": {
232232
"required": true
233233
}
@@ -236,7 +236,7 @@
236236
"name": "Thursday close",
237237
"type": "time",
238238
"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",
240240
"constraints": {
241241
"required": true
242242
}
@@ -245,7 +245,7 @@
245245
"name": "Friday open",
246246
"type": "time",
247247
"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",
249249
"constraints": {
250250
"required": true
251251
}
@@ -254,7 +254,7 @@
254254
"name": "Friday close",
255255
"type": "time",
256256
"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",
258258
"constraints": {
259259
"required": true
260260
}
@@ -263,7 +263,7 @@
263263
"name": "Saturday open",
264264
"type": "time",
265265
"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",
267267
"constraints": {
268268
"required": true
269269
}
@@ -272,7 +272,7 @@
272272
"name": "Saturday close",
273273
"type": "time",
274274
"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",
276276
"constraints": {
277277
"required": true
278278
}
@@ -281,7 +281,7 @@
281281
"name": "Sunday open",
282282
"type": "time",
283283
"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",
285285
"constraints": {
286286
"required": true
287287
}
@@ -290,7 +290,7 @@
290290
"name": "Sunday close",
291291
"type": "time",
292292
"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",
294294
"constraints": {
295295
"required": true
296296
}
File renamed without changes.

0 commit comments

Comments
 (0)