openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 434 forks source link

are extensions allowed in the dashboard client object #317

Closed duglin closed 6 years ago

duglin commented 7 years ago

https://github.com/openservicebrokerapi/servicebroker/blob/v2.12/spec.md#dashboard-client-object doesn't say if extension json properties are allowed or not. Seems like it would be nice to allow them. Might be true for other objects as well.

angarg12 commented 7 years ago

Actually that's a good point, and it applies to other objects as well.

We may want to explicitly specify for each object which ones allow or not extensions, how does that sound?

duglin commented 6 years ago

perhaps use a well-defined property/grouping, or ask for a prefix to be used. Look for other spots where we may need this. See if we can make a general statement for the entire spec.

mattmcneeney commented 6 years ago

These extensions are now being tracked in profile.md (see catalog extensions). Closing.