Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file parameter deleted by validation #30

Open
moh-yismail opened this issue Jul 31, 2019 · 0 comments
Open

file parameter deleted by validation #30

moh-yismail opened this issue Jul 31, 2019 · 0 comments

Comments

@moh-yismail
Copy link

I am have json response that have field 'file'.
{
"1": {
"action": "music",
"action_data": {
"text": "song1",
"file": "/music/245506953044"
},
"title": "song_1",
}
}

After I apply validation I got:
{
"1": {
"action": "music",
"action_data": {
"text": "song1",
},
"title": "song_1",
}
}
Without 1.action_data.file

any suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant