Bug 15126: Update patron definition
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 12 Apr 2016 09:36:26 +0000 (11:36 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 4 May 2016 13:52:14 +0000 (13:52 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

api/v1/definitions/patron.json

index 30384e2..fbee169 100644 (file)
           "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"
           "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"
         }
       }
 }