Skip to content

Instantly share code, notes, and snippets.

@tao-qian
Last active August 31, 2016 17:44
Show Gist options
  • Save tao-qian/e73e6c717fda78fc7bfe34c1e91e1bf6 to your computer and use it in GitHub Desktop.
Save tao-qian/e73e6c717fda78fc7bfe34c1e91e1bf6 to your computer and use it in GitHub Desktop.
{
"name": "account_type",
"in": "query",
"required": false,
"type": "string",
"enum": [
"PERSONAL",
"COLLEGE_SAVING"
],
"x-enum-definition": "AccountType"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment