Profile: podcast-category

Profile Schema

The podcast-category profile indicates a document is a category by which podcast documents can be aggregated.

The podcast-category profile is intended to be used as a “type” profile.

Structure

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

Example podcast-category document

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

© 2024 npr