Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created February 20, 2020 16:53
Show Gist options
  • Save ianjennings/3a5f81accfcaec06261ec43fd85e5975 to your computer and use it in GitHub Desktop.
Save ianjennings/3a5f81accfcaec06261ec43fd85e5975 to your computer and use it in GitHub Desktop.
castId: {
type: 'string',
required: true
},
apiKey: {
type: 'string',
required: true
},
apiSecret: {
type: 'string',
required: true
},
metrics: {
type: 'json'
},
notes: {
type: 'string'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment