Bug 17927: (QA followup) Fix timestamp nullable in hold.json
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 3 Feb 2017 18:57:42 +0000 (15:57 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 7 Feb 2017 17:55:43 +0000 (17:55 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

api/v1/swagger/definitions/hold.json

index f1110f2..5f41318 100644 (file)
@@ -43,7 +43,7 @@
       "description": "a one letter code defining what the status of the hold is after it has been confirmed"
     },
     "timestamp": {
-      "type": "string",
+      "type": ["string", "null"],
       "description": "date and time the hold was last updated"
     },
     "itemnumber": {