swisscom / open-service-broker

Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
Apache License 2.0
70 stars 25 forks source link

Implement JsonSchema support #59

Closed seilc1 closed 6 years ago

seilc1 commented 6 years ago

Problem

A plan can have a dynamic amount of dynamic parameters. An UI Implementation (Portal, FatClient) must have a way to get information on what parameters have to be sent and how the input controls should look and validate. The service broker api specifies schema objects, which allow the define such information in form of jsonSchema.

Requirements

Optional

Proposal

Links

ampersand8 commented 6 years ago

implemented with #68