diff --git a/mod-orders/schemas/claimingCollection.json b/mod-orders/schemas/claimingCollection.json index 590c09d8..0c59da86 100644 --- a/mod-orders/schemas/claimingCollection.json +++ b/mod-orders/schemas/claimingCollection.json @@ -11,19 +11,19 @@ "description": "The id of the piece", "type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$" - }, - "claimingInterval": { - "description": "Time interval (in days) for processing claims related to this piece", - "type": "integer" - }, - "internalNote": { - "description": "Internal note for Send Claim action", - "type": "string" - }, - "externalNote": { - "description": "External note for Send Claim action to share with Vendor", - "type": "string" } + }, + "claimingInterval": { + "description": "Time interval (in days) for processing claims related to this piece", + "type": "integer" + }, + "internalNote": { + "description": "Internal note for Send Claim action", + "type": "string" + }, + "externalNote": { + "description": "External note for Send Claim action to share with Vendor", + "type": "string" } }, "additionalProperties": false,