jef-knowledge-bases-books-pages-manifests ========================================= Source ------ - Repository: ``jef-systems/jef-knowledge-bases-backend`` - Table: ``jef-knowledge-bases-books-pages-manifests`` - Schema path: ``dynamodb/jef-knowledge-bases-books-pages-manifests/schema.json`` - Commit: ``6684d6727c7be0527209fad18454df5421ea5423`` - Generated at: ``2026-05-04T15:31:11Z`` Attributes ---------- .. code-block:: json { "page_id": "string", "book_id": "string", "book_slug": "string", "title": "string", "entity_number": "string", "source_type": "string", "source_uri": "string", "source_hash": "string", "s3_bucket": "string", "s3_key": "string", "content_type": "string", "page_number": "number", "page_number_padded": "string", "text": "string", "text_length": "number", "text_hash": "string", "word_count": "number", "normalized": "boolean", "empty_page": "boolean", "chunk_count": "number", "extraction_engine": "string", "ingestion_status": "string", "status": "string", "active": "boolean", "pipeline_run_id": "string", "created_at": "string", "updated_at": "string", "created_by": "string", "updated_by": "string", "error_message": "string", "idempotency_key": "string" } Main Index ---------- .. code-block:: json { "pk": "page_id" } Raw Schema ---------- .. code-block:: json { "table": "jef-knowledge-bases-books-pages-manifests", "attributes": { "page_id": "string", "book_id": "string", "book_slug": "string", "title": "string", "entity_number": "string", "source_type": "string", "source_uri": "string", "source_hash": "string", "s3_bucket": "string", "s3_key": "string", "content_type": "string", "page_number": "number", "page_number_padded": "string", "text": "string", "text_length": "number", "text_hash": "string", "word_count": "number", "normalized": "boolean", "empty_page": "boolean", "chunk_count": "number", "extraction_engine": "string", "ingestion_status": "string", "status": "string", "active": "boolean", "pipeline_run_id": "string", "created_at": "string", "updated_at": "string", "created_by": "string", "updated_by": "string", "error_message": "string", "idempotency_key": "string" }, "main_index": { "pk": "page_id" }, "gsi_1": { "gsi_1_pk": "book_id", "gsi_1_sk": "page_number_padded" } }