-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove 'rate' rule-type, since we can put rate_amount on any rule #806
Conversation
Thanks for doing this @marie-x ! I think you caught everything on my list wrt rates. Wondering if you wanted to also update the Policy Examples at the same time? |
Yes! I should definitely do that. |
I think once the conflicts are resolved we can merge this to dev, @marie-x. The schemas are less important as we will be moving to OpenAPI for 2.0. |
@jean-populus could you resolve the conflicts with the policy examples please? |
Yes, will try to do that this week.
|
# Conflicts: # policy/examples/README.md # policy/examples/metered-parking-fees.json # policy/examples/per-trip-fees.json # policy/examples/vehicle-row-fees.json
MDS Pull Request
Explain pull request
Removing the
rate
rule-type from Policy, as the notion ofrate_amount
etc. is available on all other rule-types.Is this a breaking change
Impacted Spec
Which spec(s) will this pull request impact?
policy
Additional context
Addresses #662, #674, and #704