{
  "book_id": "uuid-book-12345",
  "author_id": "uuid-author-789",
  "title": "When the Tears Dry",
  "subtitle": "A Journey of Healing",
  "isbn": "978-1234567890",
  "language": "en",
  "genre": "romance",
  "tags": ["contemporary", "emotional", "healing"],
  
  "status": "published",
  "publication_date": "2026-02-01T00:00:00Z",
  
  "description": {
    "short": "A powerful story of loss and redemption...",
    "long": "Full description here..."
  },
  
  "content": {
    "total_chapters": 40,
    "total_words": 85000,
    "total_pages": 340,
    "reading_time_minutes": 425
  },
  
  "access_model": {
    "type": "freemium",
    "free_chapters": [1, 2, 3],
    "pricing": {
      "per_chapter": 0.99,
      "full_book": 9.99,
      "currency": "USD"
    },
    "subscription_tiers": ["romance_lovers", "premium_all"],
    "ads_enabled": true,
    "educational_license": false
  },
  
  "formats": {
    "streaming": true,
    "epub": true,
    "pdf": false,
    "mobi": true,
    "audiobook": false,
    "allow_download": false
  },
  
  "collaborators": [
    {
      "user_id": "uuid-editor-456",
      "role": "editor",
      "permissions": ["view", "comment"],
      "invited_at": "2025-12-01T10:00:00Z",
      "status": "active"
    }
  ],
  
  "drm": {
    "encryption_version": "aes-256-gcm",
    "watermarking": true,
    "copy_protection": true
  },
  
  "metadata": {
    "created_at": "2025-12-01T10:00:00Z",
    "updated_at": "2026-02-01T15:30:00Z",
    "published_at": "2026-02-01T00:00:00Z",
    "version": 2
  }
}