removedInput schema / properties / bucket_id
Removed value: -{
- "description": "Basecamp resource identifier",
- "type": "number"
-}
removedInput schema / properties / card_id / $ref
Removed value: -"#/properties/bucket_id"
addedInput schema / properties / card_id / description
Added value: +"Basecamp resource identifier"
addedInput schema / properties / card_id / type
Added value: +"number"
changedInput schema / properties / column_id / $ref
Previous value: -"#/properties/bucket_id"New value: +"#/properties/card_id"
changedInput schema / properties / position / description
Previous value: -"Position within the destination column (zero-indexed). If not specified, card will be added to the end of the column."New value: +"1-indexed position within the destination column (1 = top). If not specified, the card is added to the top of the column."
addedInput schema / properties / position / exclusiveMinimum
Added value: +0
removedInput schema / properties / position / minimum
Removed value: -0
changedInput schema / required
Previous value: -[
- "bucket_id",
- "card_id",
- "column_id"
-]New value: +[
+ "card_id",
+ "column_id"
+]