Skip to content

Instantly share code, notes, and snippets.

@gillesdemey
Created February 19, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gillesdemey/c51eb37fc0db7b167542f1082f92d46b to your computer and use it in GitHub Desktop.
Save gillesdemey/c51eb37fc0db7b167542f1082f92d46b to your computer and use it in GitHub Desktop.
exports[`get a user 1`] = `{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"created_at": {
"type": "string"
},
"email": {
"type": "string"
},
"first_name": {
"type": "null"
},
"full_name": {
"type": "string"
},
"id": {
"type": "string"
},
"last_name": {
"type": "null"
},
"status": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"type": "object"
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment