Bug 21336: Fix the API
[koha-equinox.git] / api / v1 / swagger / definitions / patron.json
index 5d6ccd8..1e87ffc 100644 (file)
     "overdrive_auth_token": {
       "type": ["string", "null"],
       "description": "persist OverDrive auth token"
+    },
+    "anonymized": {
+        "type": "boolean",
+        "readOnly": true,
+        "description": "If the patron has been anonymized"
     }
   },
   "additionalProperties": false,