Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
schema: add divide to feature definition (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 3, 2023
1 parent cf75569 commit ffb064e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pricing/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
"tiers": {
"type": "array",
"items": { "$ref": "#/$defs/tier" }
},
"divide": {
"type": "object",
"properties": {
"by": { "type": "number" },
"rounding": { "enum": ["up"] },
"additionalProperties": false
}
}
},
"additionalProperties": false
Expand Down

0 comments on commit ffb064e

Please sign in to comment.