Created
February 20, 2020 16:53
-
-
Save ianjennings/3a5f81accfcaec06261ec43fd85e5975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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