You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: