According to this documentation,
https://stripe.com/docs/api/subscriptions/create
When doing a POST to /v1/subscriptions the customer and items parameters are both required.
But in spec3.json it merely specifies,
"required": [
"customer"
],
Which is correct -- the spec or the documentation?