Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eriknelson/0cf208585c35766b3a9f23516da2b5d4 to your computer and use it in GitHub Desktop.
Save eriknelson/0cf208585c35766b3a9f23516da2b5d4 to your computer and use it in GitHub Desktop.
{
"services": [
{
"name": "dockerhub-eriknelson-postgresql-demo-apb",
"id": "564b88d0b86bf60bed98971daa33040c",
"description": "PostgreSQL apb implementation",
"bindable": true,
"metadata": {
"displayName": "Postgresql demo",
"documentationUrl": "https://www.postgresql.org/docs/",
"imageUrl": "https://s3.amazonaws.com/fusor/2017demo/64px-Postgresql_elephant.svg.png",
"longDescription": "An apb demo that deploys postgresql and loads it with sample data",
"parameters": [
{},
{},
{},
{}
]
},
"plans": [
{
"id": "4c10ff42-be89-420a-9bab-27a9bef9aed8",
"name": "default",
"description": "Default plan",
"free": true,
"schemas": {
"service_instance": {
"create": {
"parameters": {
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"type": "object"
}
},
"update": {}
},
"service_binding": {
"create": {
"parameters": {
"$schema": "http://json-schema.org/draft-04/schema",
"additionalProperties": false,
"type": "object"
}
}
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment