{
  "@context": "https://schema.org",
  "@id": "https://outburstintervals.com/api/public/entities.json",
  "name": "Outburst Intervals entity API",
  "description": "Public, read-only JSON projection of the Outburst Intervals entity graph. Identifiers match the JSON-LD @id values embedded in the corresponding public pages.",
  "publisher": {
    "@id": "https://outburstintervals.com/#organization",
    "name": "Outburst Intervals",
    "url": "https://outburstintervals.com"
  },
  "license": "https://outburstintervals.com/story",
  "identifier_scheme": {
    "organization": "https://outburstintervals.com/#organization",
    "website": "https://outburstintervals.com/#website",
    "artist": "https://outburstintervals.com/artists/{slug}#artist",
    "release": "https://outburstintervals.com/music/{slug}#album",
    "track": "https://outburstintervals.com/music/{release-slug}#track-{track-id}",
    "article": "https://outburstintervals.com/news|journal/{slug}#article",
    "film": "https://outburstintervals.com/films/{slug}#film",
    "edition": "https://outburstintervals.com/shop/{slug}#product"
  },
  "entity_types": [
    "organization",
    "artist",
    "release",
    "track",
    "article",
    "film",
    "edition"
  ],
  "endpoints": {
    "index": "https://outburstintervals.com/api/public/entities.json",
    "organization": "https://outburstintervals.com/api/public/entities/organization.json",
    "core_artists": "https://outburstintervals.com/api/public/entities/core-artists.json",
    "collaborators": "https://outburstintervals.com/api/public/entities/collaborators.json",
    "artists": "https://outburstintervals.com/api/public/entities/artists.json",
    "releases": "https://outburstintervals.com/api/public/entities/releases.json",
    "tracks": "https://outburstintervals.com/api/public/entities/tracks.json",
    "articles": "https://outburstintervals.com/api/public/entities/articles.json",
    "films": "https://outburstintervals.com/api/public/entities/films.json",
    "editions": "https://outburstintervals.com/api/public/entities/editions.json"
  }
}