"type": "boolean",
"readOnly": true,
"description": "If the patron has been anonymized"
},
"extended_attributes": {
"type": "array",
"description": "patron's extended attributes",
"items": {
"$ref": "extended_attribute.json"
}
"additionalProperties": false,
"permissions": {
"borrowers": "1"
"x-koha-embed": [
"extended_attributes"
]
"post": {
"x-mojo-to": "Patrons#add",
"borrowers": "edit_borrowers"
"put": {
"x-mojo-to": "Patrons#update",
-