{
  "$schema": "https://selfedmade.com/schemas/archive-manifest-v1.json",
  "version": "1.2.0",
  "generated": "2026-07-10",
  "name": "SELFED MADE Public Archive",
  "description": "Public machine-readable map of the existing SELFED MADE knowledge graph, artist, release, transmission, timeline, project, press, evidence, and trading-card resources.",
  "baseUrl": "https://selfedmade.com",
  "operator": {
    "name": "SELFED MADE",
    "url": "https://selfedmade.com/",
    "founder": "https://selfedmade.com/founder.html",
    "canonicalOperatorNode": "https://selfedmade.com/operator-node/ronnie-vineyard.html",
    "contact": "https://selfedmade.com/#contact"
  },
  "discovery": {
    "llms": "/llms.txt",
    "aiManifest": "/.well-known/ai.json",
    "agentSkills": "/.well-known/agent-skills/index.json",
    "resourceMap": "/data/ai-resource-map.json",
    "apiCatalog": "/.well-known/api-catalog.json",
    "openapi": "/openapi.json",
    "api": "/api"
  },
  "indexes": [
    {
      "id": "artist-index",
      "url": "/data/artist-index.json",
      "records": 54
    },
    {
      "id": "release-index",
      "url": "/data/release-index.json",
      "records": 6
    },
    {
      "id": "transmission-index",
      "url": "/data/transmission-index.json",
      "records": 3
    },
    {
      "id": "site-content-dump",
      "url": "/data/site-content-dump.json"
    },
    {
      "id": "archive-manifest",
      "url": "/data/archive-manifest.json"
    },
    {
      "id": "trading-card-manifest",
      "url": "/archive/projects/future-of-funk/trading-cards/manifest.json"
    }
  ],
  "collections": [
    {
      "id": "artists",
      "name": "Artist Archive",
      "humanUrl": "/artist.html",
      "dataUrl": "/data/artist-index.json",
      "recordCount": 54,
      "entityTypes": [
        "Person",
        "MusicGroup",
        "Organization"
      ],
      "description": "Artists, collaborators, affiliations, public roles, related archive nodes, and profile links."
    },
    {
      "id": "releases",
      "name": "Release Archive",
      "humanUrl": "/archive-index.html",
      "dataUrl": "/data/release-index.json",
      "recordCount": 6,
      "entityTypes": [
        "MusicAlbum",
        "MusicRelease",
        "CreativeWork"
      ],
      "description": "Documented releases, projects, credits, labels, dates, and canonical authority pages."
    },
    {
      "id": "transmissions",
      "name": "Transmission Archive",
      "humanUrl": "/transmission.html",
      "dataUrl": "/data/transmission-index.json",
      "recordCount": 3,
      "entityTypes": [
        "Article",
        "CreativeWork"
      ],
      "description": "Editorial, historical, and archive writing."
    },
    {
      "id": "timeline",
      "name": "Career Timeline",
      "humanUrl": "/career-timeline.html",
      "dataUrl": "/data/site-content-dump.json",
      "entityTypes": [
        "Event",
        "CreativeWork"
      ],
      "description": "Chronological career and project documentation already represented in the public pages and site-content dump."
    },
    {
      "id": "evidence",
      "name": "Evidence Archive",
      "humanUrl": "/evidence-archive.html",
      "dataUrl": "/data/site-content-dump.json",
      "entityTypes": [
        "CreativeWork",
        "WebPage"
      ],
      "description": "Public evidence, source references, and archive-supporting documentation."
    },
    {
      "id": "future-of-funk",
      "name": "The Future of Funk",
      "humanUrl": "/future-of-funk/",
      "dataUrl": "/data/site-content-dump.json",
      "entityTypes": [
        "MusicAlbum",
        "CreativeWork",
        "CollectionPage"
      ],
      "description": "Album, campaign, visual universe, roster, and project archive."
    },
    {
      "id": "future-of-funk-trading-cards",
      "name": "Future of Funk Trading Cards",
      "humanUrl": "/archive/projects/future-of-funk/trading-cards/",
      "dataUrl": "/archive/projects/future-of-funk/trading-cards/manifest.json",
      "recordCount": 54,
      "entityTypes": [
        "CollectionPage",
        "CreativeWork"
      ],
      "description": "Artist identity roster and permanent visual archive."
    },
    {
      "id": "press-kit",
      "name": "Ronnie Vineyard Press Kit",
      "humanUrl": "/archive/ronnie-vineyard/press-kit.html",
      "dataUrl": "/data/site-content-dump.json",
      "entityTypes": [
        "Person",
        "ProfilePage",
        "CreativeWork"
      ],
      "description": "Public biography, credits, affiliations, booking-facing references, and press resources."
    }
  ],
  "knowledgeGraph": {
    "status": "existing-distributed",
    "resourceMap": "/data/ai-resource-map.json",
    "primaryIdentitySignals": [
      "canonical",
      "@id",
      "sameAs",
      "related"
    ],
    "note": "The knowledge graph is already represented across JSON-LD, canonical pages, and indexes. This manifest exposes it without rebuilding it."
  },
  "access": {
    "publicReadOnly": true,
    "authenticationRequired": false,
    "writeOperations": false,
    "publicApiAvailable": false,
    "mcpServerAvailable": false
  },
  "usageNote": "Use public JSON indexes to locate canonical pages, then verify factual claims against those pages. Keep real archive facts separate from fictional or cinematic story-world material. Do not infer private contracts, payments, booking status, or authorization.",
  "api": {
    "status": "planned",
    "deployment": "Static Cloudflare Pages",
    "note": "Discovery only until Cloudflare Pages Functions are enabled."
  }
}