Skip to content

Instantly share code, notes, and snippets.

@aocole
Last active May 26, 2016 19:12
Show Gist options
  • Save aocole/26a6508d28affc5d07e8cc222ef57e29 to your computer and use it in GitHub Desktop.
Save aocole/26a6508d28affc5d07e8cc222ef57e29 to your computer and use it in GitHub Desktop.
/*Instance instance
swagger:model Instance
*/
type Instance struct {
/* Service identifier (ex. helion-cloud-foundry)
Required: true
*/
Name *string `json:"name"`
}
Instance:
type: object
required:
- name
properties:
name:
type: string
description: Service identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment