Profile: correction

Profile Schema

A correction document represents a correction made to another document at a particular time.

The correction profile is intended to be used as a “type” profile.

Structure

The correction profile specifies two required attributes:

Example correction document

{
    "id": "12345",
    "profiles": [
        {
            "href": "/v1/profiles/correction",
            "rels": ["type"]
        },
        {
            "href": "/v1/profiles/document"
        }
    ],

    "text": "An earlier version of this story incorrectly stated that the estimated weight of the great Atlantic sargassum belt is 10 billion tons. In fact, it is 10 million tons.",
    "dateTime": "2023-0315T00:00:00Z"
}

© 2025 npr