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:

  • text - An explanation of the correction made to the document
  • dateTime - The date and time the correction was made. Please use the RFC3339 format set in UTC time (ex: 2021-11-04T08:49:00Z)

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"
}

© 2024 npr