Skip to content

Commit

Permalink
fix type of new subscriptions property
Browse files Browse the repository at this point in the history
  • Loading branch information
pmossman committed Feb 2, 2023
1 parent 9c5bcea commit fff2bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "string"
},
"external_customer_id": {
"type": "string"
"type": ["null", "string"]
},
"start_date": {
"type": ["null", "string"],
Expand Down

0 comments on commit fff2bb1

Please sign in to comment.