Skip to content

Commit

Permalink
Modify interval
Browse files Browse the repository at this point in the history
(cherry picked from commit ceecb7d)
  • Loading branch information
DGB2018 authored and OleksandrVidinieiev committed Feb 17, 2020
1 parent 5106944 commit e55b4aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ramls/examples/lost-item-fee-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"description": "This is description for undergrad standard",
"itemAgedLostOverdue": {
"duration": 12,
"intervalId": "months"
"intervalId": "Months"
},
"patronBilledAfterAgedLost": {
"duration": 12,
"intervalId": "months"
"intervalId": "Months"
},
"chargeAmountItem": {
"chargeType": "Actual cost",
Expand All @@ -20,7 +20,7 @@
"chargeAmountItemSystem": true,
"lostItemChargeFeeFine": {
"duration": 6,
"intervalId": "months"
"intervalId": "Months"
},
"returnedLostItemProcessingFee": true,
"replacedLostItemProcessingFee": true,
Expand Down
6 changes: 3 additions & 3 deletions ramls/examples/lost-item-fee-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "This is description for undergrad standard",
"itemAgedLostOverdue": {
"duration": 12,
"intervalId": "months"
"intervalId": "Months"
},
"patronBilledAfterAgedLost": {
"duration": 12,
"intervalId": "months"
"intervalId": "Months"
},
"chargeAmountItem": {
"chargeType": "Actual cost",
Expand All @@ -18,7 +18,7 @@
"chargeAmountItemSystem": true,
"lostItemChargeFeeFine": {
"duration": 6,
"intervalId": "months"
"intervalId": "Months"
},
"returnedLostItemProcessingFee": true,
"replacedLostItemProcessingFee": true,
Expand Down
16 changes: 8 additions & 8 deletions ramls/period.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"intervalId": {
"type": "string",
"description": "Interval for the period, e.g. hours, days or weeks",
"description": "Interval for the period, e.g. Hours, Days or Weeks",
"enum": [
"minutes",
"hours",
"days",
"weeks",
"months",
"years"
"Minutes",
"Hours",
"Days",
"Weeks",
"Months",
"Years"
]
}
},
"additionalProperties": false
}
}

0 comments on commit e55b4aa

Please sign in to comment.