metadata.nullable
is inconsistent (E.g. customer vs subscription)
#67
Labels
metadata.nullable
is inconsistent (E.g. customer vs subscription)
#67
Both the Customer and Subscription schema have a
metadata
property:But the Subscription lists
metadata
in therequired
fields list:Does this imply that the
metadata
field isnullable
for the customer object, but not for the subscription object?Why is metadata required on the subscription but not the customer?
The docs both show this for both objects (no
required
tag):The text was updated successfully, but these errors were encountered: