square / connect-api-specification

This repository contains the OpenAPI specification as well as templates for generating SDKs for Square's APIs
https://squareup.com/developers
Apache License 2.0
72 stars 35 forks source link

Generic `Reason` not defined. should be more specific #164

Open jonlund opened 3 years ago

jonlund commented 3 years ago

Type Reason doesn't exist but is referenced several times. For example:

property reason on method GiftCardActivityAdjustDecrement should be GiftCardActivityAdjustDecrementReason not Reason.

property reason on method GiftCardActivityAdjustIncrement should be GiftCardActivityAdjustIncrementReason not Reason

same is true for GiftCardActivityBlock, GiftCardActivityClearBalance, GiftCardActivityDeactivate, and GiftCardActivityUnblock

jonlund commented 3 years ago

also found the same thing for Type -> GiftCardType and Status -> GiftCardStatus

jonlund commented 3 years ago

sorry, one more: Type->GiftCardActivityType on GiftCardActivity