Skip to content

Instantly share code, notes, and snippets.

@cfchase
Created August 21, 2017 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfchase/41fce04ca513001bb69dc35b05da1e36 to your computer and use it in GitHub Desktop.
Save cfchase/41fce04ca513001bb69dc35b05da1e36 to your computer and use it in GitHub Desktop.
Partial json showing UI metadata in broker catalog request.
[
{
"plans": [
{
"metadata": {
"schemas": {
"service_instance": {
"create": {
"form_definition": [
"test_param_1",
{
"items": [
"grouped_param_1",
{
"key": "grouped_param_1",
"type": "password"
}
],
"type": "fieldset"
}
]
},
"update": {}
}
}
},
"schemas": {
"snip" : "... snip... "
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment