openservicebrokerapi / servicebroker

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

Openapi schema fixes #464

Closed luksa closed 6 years ago

luksa commented 6 years ago

This fixes two things:

I removed the "Object" suffix because it is unnecessary and makes the naming of these types inconsistent with other type definitions in the schema. For example, in the spec document, we call it "Plan Object", but in the OpenAPI schema, we simply call it Plan.

The following type definitions contained the "Object" suffix:

cfdreddbot commented 6 years ago

Hey luksa!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

n3wscott commented 6 years ago

LGTM

Approved with PullApprove

pmorie commented 6 years ago

cc @spadgett

pmorie commented 6 years ago

LGTM

Approved with PullApprove

duglin commented 6 years ago

LGTM

Approved with PullApprove

mattmcneeney commented 6 years ago

LGTM

Approved with PullApprove