Skip to content

Instantly share code, notes, and snippets.

@gm4s
Created November 13, 2018 10:05
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 gm4s/378724ec4990e67dbc5cabb1b35ced77 to your computer and use it in GitHub Desktop.
Save gm4s/378724ec4990e67dbc5cabb1b35ced77 to your computer and use it in GitHub Desktop.
{
"_self": "myapp://signup/landing",
"_next": {
"state": [
{
"uri": "myapp://signup/gender",
"name": "gender",
"_next": {
"state": [
{
"uri": "myapp://signup/phone",
"name": "phone",
"_next": {
"transition": [
{
"verb": "POST",
"url": "https://api-myapp.com/v1/phone/validate",
"name": "validate_phone",
"accept": "application/vnd.pickable.phone+json"
}
]
}
}
]
}
},
{
"uri": "myapp://settings/terms",
"name": "settings_terms",
"_next": {}
},
{
"uri": "myapp://settings/privacy",
"name": "settings_privacy",
"_next": {}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment