Skip to content

Validator Api : Need Response values to be segregated  #86

Open
@RashmiMelagiri

Description

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

  1. type should be renamed as Errors.
  2. key and value response should be separate.
    "Errors": [ { "key": "subheadline, "type: "string" "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url", "type": "string" "ids": [ "1643750" ] } ]

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions