specification
specification copied to clipboard
Change number type to integer, where it makes sense
Fixes: #199
I started with a simple sed: find -type f -exec sed -i 's/type: number/type: integer/' {} \+
And then I reverted integer back to number for payment amounts in TransactionAgreement, Subscription and UserSubscription.