Skip to content

Making property a field? #11

@TechOverflow

Description

@TechOverflow

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."
    },
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions