You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem?
We have a mismatch in the response of last operation for service bindings in openapi.yaml from OSBApi specification v2.16.
The openapi.yaml reuses the LastOperationResource schema from the service instance. So the swagger shows response of GET request to /v2/service_instances/{instance_id}/service_bindings/{binding_id}/last_operation as,
What is the problem?
We have a mismatch in the response of last operation for service bindings in openapi.yaml from OSBApi specification v2.16.
The openapi.yaml reuses the
LastOperationResource
schema from the service instance. So the swagger shows response ofGET
request to/v2/service_instances/{instance_id}/service_bindings/{binding_id}/last_operation
as,But the v2.16 specification advises having the response as,
The
instance_usable
andupdate_repeatable
fields don't help binding anyway.Who does this affect?
This might lead to a bit of confusion. Maybe the swagger-generated brokers might deviate from spec.
Do you have any proposed solutions?
An easy solution is to have a new
ServiceBindingLastOperationResource
schema.Additional context
None
The text was updated successfully, but these errors were encountered: