Skip to content

Commit

Permalink
Bug 15126: Update patron definition
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
  • Loading branch information
jajm authored and kylemhall committed May 4, 2016
1 parent 732ba8e commit 7b6a9f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/v1/definitions/patron.json
Expand Up @@ -185,14 +185,6 @@
"type": ["string", "null"],
"description": "used for children to include the relationship to their guarantor"
},
"ethnicity": {
"type": ["string", "null"],
"description": "unused"
},
"ethnotes": {
"type": ["string", "null"],
"description": "unused"
},
"sex": {
"type": ["string", "null"],
"description": "patron's gender"
Expand Down Expand Up @@ -265,9 +257,17 @@
"type": ["string", "null"],
"description": "the mobile phone number where the patron would like to receive notices (if SMS turned on)"
},
"sms_provider_id": {
"type": ["string", "null"],
"description": "the provider of the mobile phone number defined in smsalertnumber"
},
"privacy": {
"type": "string",
"description": "patron's privacy settings related to their reading history"
},
"privacy_guarantor_checkouts": {
"type": "string",
"description": "controls if relatives can see this patron's checkouts"
}
}
}

0 comments on commit 7b6a9f3

Please sign in to comment.