Josef Moravec
d628cd828d
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"biblionumber": {
|
|
"type": "integer",
|
|
"description": "internally assigned biblio identifier"
|
|
},
|
|
"borrowernumber": {
|
|
"type": "integer",
|
|
"description": "internally assigned user identifier"
|
|
},
|
|
"cardnumber": {
|
|
"type": ["string", "null"],
|
|
"description": "library assigned user identifier"
|
|
},
|
|
"cityid": {
|
|
"type": "integer",
|
|
"description": "internally assigned city identifier",
|
|
"readOnly": true
|
|
},
|
|
"email": {
|
|
"type": ["string", "null"],
|
|
"description": "primary email address for patron's primary address"
|
|
},
|
|
"firstname": {
|
|
"type": ["string", "null"],
|
|
"description": "patron's first name"
|
|
},
|
|
"itemnumber": {
|
|
"type": ["integer", "null"],
|
|
"description": "internally assigned item identifier"
|
|
},
|
|
"phone": {
|
|
"type": ["string", "null"],
|
|
"description": "primary phone number for patron's primary address"
|
|
},
|
|
"reserve_id": {
|
|
"type": "integer",
|
|
"description": "Internal hold identifier"
|
|
},
|
|
"surname": {
|
|
"type": "string",
|
|
"description": "patron's last name"
|
|
}
|
|
}
|