Profile: biography

Profile Schema

A biography profile indicates a document representing a content creator’s biography, and which aggregates a series of documents associated with a particular content creator’s work.

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

Structure

The biography profile requires that the document also list the aggregation profile in its profile list; the aggregation profile provides further validation constraints.

Example biography document

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

© 2024 npr