components: schemas: Money: type: object additionalProperties: false required: - amount - currency properties: amount: type: string description: Decimal string amount. example: '125.50' currency: type: string example: USD