We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently for any type, the api response shows like below
Actual Results : "type": [ { "key": "subheadline:string", "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url:string", "ids": [ "1643750" ] } ]
"type": [ { "key": "subheadline:string", "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url:string", "ids": [ "1643750" ] } ]
Here, key showing both values i.e key and value of it and arrayObject is showing as type
Expected Results : The key and value response should be separate as shown in below instance
"Errors": [ { "key": "subheadline, "type: "string" "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url", "type": "string" "ids": [ "1643750" ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently for any type, the api response shows like below
Actual Results :
"type": [ { "key": "subheadline:string", "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url:string", "ids": [ "1643750" ] } ]
Here, key showing both values i.e key and value of it and arrayObject is showing as type
Expected Results : The key and value response should be separate as shown in below instance
"Errors": [ { "key": "subheadline, "type: "string" "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url", "type": "string" "ids": [ "1643750" ] } ]
The text was updated successfully, but these errors were encountered: