Skip to content

Instantly share code, notes, and snippets.

@sherl0cks
Created November 17, 2016 20:21
Show Gist options
  • Select an option

  • Save sherl0cks/cdd4bbf1b21d7e79db437d8b0de80f0b to your computer and use it in GitHub Desktop.

Select an option

Save sherl0cks/cdd4bbf1b21d7e79db437d8b0de80f0b to your computer and use it in GitHub Desktop.
Engagement:
type: object
properties:
id:
type: integer
format: int64
name:
type: string
start_date:
type: string
format: date
end_date:
type: string
format: date
openshift_clusters:
type: array
items:
$ref: "#/definitions/OpenShiftCluster"
users:
type: array
items:
$ref: '#/definitions/User'
groups:
type: array
items:
$ref: '#/definitions/Group'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment