apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.64k stars 2.14k forks source link

Required Parameter Subset #341

Closed webmasterjunkie closed 8 years ago

webmasterjunkie commented 8 years ago

Hi,

I am documenting an API that has a required subset of parameters. As an example, you have to specify one of the following subsets:

OR

How can I go about getting this documented so CI doesn't fail tests trying to require all 3?:

Any help would be appreciated.

Thanks

kylef commented 8 years ago

This isn't possible yet, please check my comment at https://github.com/apiaryio/api-blueprint/issues/339#issuecomment-229310519 regarding this feature.