Lines 272-277
Link Here
|
272 |
"overdrive_auth_token": { |
272 |
"overdrive_auth_token": { |
273 |
"type": ["string", "null"], |
273 |
"type": ["string", "null"], |
274 |
"description": "persist OverDrive auth token" |
274 |
"description": "persist OverDrive auth token" |
|
|
275 |
}, |
276 |
"anonymized": { |
277 |
"type": "boolean", |
278 |
"description": "If the patron has been anonymized" |
275 |
} |
279 |
} |
276 |
}, |
280 |
}, |
277 |
"additionalProperties": false, |
281 |
"additionalProperties": false, |
278 |
- |
|
|