Bug 16699: Fix mixed-up indentation from 2-4 spaces to 2 spaces
[koha.git] / api / v1 / definitions / hold.json
index 620187e..5bbdd82 100644 (file)
@@ -1,67 +1,67 @@
 {
-    "type": "object",
-    "properties": {
-        "reserve_id": {
-            "description": "Internal hold identifier"
-        },
-        "borrowernumber": {
-            "type": "string",
-            "description": "internally assigned user identifier"
-        },
-        "reservedate": {
-            "description": "the date the hold was placed"
-        },
-        "biblionumber": {
-            "type": "string",
-            "description": "internally assigned biblio identifier"
-        },
-        "branchcode": {
-            "type": ["string", "null"],
-            "description": "internally assigned branch identifier"
-        },
-        "notificationdate": {
-            "description": "currently unused"
-        },
-        "reminderdate": {
-            "description": "currently unused"
-        },
-        "cancellationdate": {
-            "description": "the date the hold was cancelled"
-        },
-        "reservenotes": {
-            "description": "notes related to this hold"
-        },
-        "priority": {
-            "description": "where in the queue the patron sits"
-        },
-        "found": {
-            "description": "a one letter code defining what the status of the hold is after it has been confirmed"
-        },
-        "timestamp": {
-            "description": "date and time the hold was last updated"
-        },
-        "itemnumber": {
-            "type": ["string", "null"],
-            "description": "internally assigned item identifier"
-        },
-        "waitingdate": {
-            "description": "the date the item was marked as waiting for the patron at the library"
-        },
-        "expirationdate": {
-            "description": "the date the hold expires"
-        },
-        "lowestPriority": {
-            "description": ""
-        },
-        "suspend": {
-            "description": ""
-        },
-        "suspend_until": {
-            "description": ""
-        },
-        "itemtype": {
-            "type": ["string", "null"],
-            "description": "If record level hold, the optional itemtype of the item the patron is requesting"
-        }
+  "type": "object",
+  "properties": {
+    "reserve_id": {
+      "description": "Internal hold identifier"
+    },
+    "borrowernumber": {
+      "type": "string",
+      "description": "internally assigned user identifier"
+    },
+    "reservedate": {
+      "description": "the date the hold was placed"
+    },
+    "biblionumber": {
+      "type": "string",
+      "description": "internally assigned biblio identifier"
+    },
+    "branchcode": {
+      "type": ["string", "null"],
+      "description": "internally assigned branch identifier"
+    },
+    "notificationdate": {
+      "description": "currently unused"
+    },
+    "reminderdate": {
+      "description": "currently unused"
+    },
+    "cancellationdate": {
+      "description": "the date the hold was cancelled"
+    },
+    "reservenotes": {
+      "description": "notes related to this hold"
+    },
+    "priority": {
+      "description": "where in the queue the patron sits"
+    },
+    "found": {
+      "description": "a one letter code defining what the status of the hold is after it has been confirmed"
+    },
+    "timestamp": {
+      "description": "date and time the hold was last updated"
+    },
+    "itemnumber": {
+      "type": ["string", "null"],
+      "description": "internally assigned item identifier"
+    },
+    "waitingdate": {
+      "description": "the date the item was marked as waiting for the patron at the library"
+    },
+    "expirationdate": {
+      "description": "the date the hold expires"
+    },
+    "lowestPriority": {
+      "description": ""
+    },
+    "suspend": {
+      "description": ""
+    },
+    "suspend_until": {
+      "description": ""
+    },
+    "itemtype": {
+      "type": ["string", "null"],
+      "description": "If record level hold, the optional itemtype of the item the patron is requesting"
     }
+  }
 }