Lines 140-150
Link Here
|
140 |
"description": "date the patron's card is set to expire" |
140 |
"description": "date the patron's card is set to expire" |
141 |
}, |
141 |
}, |
142 |
"gonenoaddress": { |
142 |
"gonenoaddress": { |
143 |
"type": ["integer", "null"], |
143 |
"type": ["boolean", "null"], |
144 |
"description": "set to 1 if library marked this patron as having an unconfirmed address" |
144 |
"description": "set to 1 if library marked this patron as having an unconfirmed address" |
145 |
}, |
145 |
}, |
146 |
"lost": { |
146 |
"lost": { |
147 |
"type": ["integer", "null"], |
147 |
"type": ["boolean", "null"], |
148 |
"description": "set to 1 if library marked this patron as having lost his card" |
148 |
"description": "set to 1 if library marked this patron as having lost his card" |
149 |
}, |
149 |
}, |
150 |
"debarred": { |
150 |
"debarred": { |
151 |
- |
|
|