Lines 185-198
Link Here
|
185 |
"type": ["string", "null"], |
185 |
"type": ["string", "null"], |
186 |
"description": "used for children to include the relationship to their guarantor" |
186 |
"description": "used for children to include the relationship to their guarantor" |
187 |
}, |
187 |
}, |
188 |
"ethnicity": { |
|
|
189 |
"type": ["string", "null"], |
190 |
"description": "unused" |
191 |
}, |
192 |
"ethnotes": { |
193 |
"type": ["string", "null"], |
194 |
"description": "unused" |
195 |
}, |
196 |
"sex": { |
188 |
"sex": { |
197 |
"type": ["string", "null"], |
189 |
"type": ["string", "null"], |
198 |
"description": "patron's gender" |
190 |
"description": "patron's gender" |
Lines 265-273
Link Here
|
265 |
"type": ["string", "null"], |
257 |
"type": ["string", "null"], |
266 |
"description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)" |
258 |
"description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)" |
267 |
}, |
259 |
}, |
|
|
260 |
"sms_provider_id": { |
261 |
"type": ["string", "null"], |
262 |
"description": "the provider of the mobile phone number defined in smsalertnumber" |
263 |
}, |
268 |
"privacy": { |
264 |
"privacy": { |
269 |
"type": "string", |
265 |
"type": "string", |
270 |
"description": "patron's privacy settings related to their reading history" |
266 |
"description": "patron's privacy settings related to their reading history" |
|
|
267 |
}, |
268 |
"privacy_guarantor_checkouts": { |
269 |
"type": "string", |
270 |
"description": "controls if relatives can see this patron's checkouts" |
271 |
} |
271 |
} |
272 |
} |
272 |
} |
273 |
} |
273 |
} |
274 |
- |
|
|