Is there any way to get the output to be formatted like this with the property as its own field?
[
{
"keyword": "required",
"pointer": "",
"property": "eventType",
"message": "The attribute property 'eventType' is required."
},
{
"keyword": "required",
"pointer": "",
"property": "timestamp",
"message": "The attribute property 'timestamp' is required."
},
]
Currently
[
{
"keyword": "required",
"pointer": "",
"message": "The attribute property 'eventType' is required."
},
{
"keyword": "required",
"pointer": "",
"message": "The attribute property 'timestamp' is required."
},
]
Is there any way to get the output to be formatted like this with the property as its own field?
Currently