evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

Field endpoints missing in (fetch) binding response #39

Open MaxFuhrich opened 3 years ago

MaxFuhrich commented 3 years ago

The schemas for the binding and fetch binding response don't have the field endpoints which was added in the osbapi v2.15. https://github.com/evoila/osb-checker-kotlin/blob/master/src/main/resources/binding-response-schema.json https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md#binding https://github.com/evoila/osb-checker-kotlin/blob/master/src/main/resources/fetch-binding-response-schema.json https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md#fetching-a-service-binding