jef-knowledge-bases-book-pages¶
Source¶
Repository:
jef-systems/jef-knowledge-bases-backendTable:
jef-knowledge-bases-book-pagesSchema path:
dynamodb/jef-knowledge-bases-book-pages/schema.jsonCommit:
9fbaa86f1de4397803cc8141d2b4efa07fb6665cGenerated at:
2026-05-04T15:24:41Z
Attributes¶
{
"page_id": "string",
"book_id": "string",
"book_slug": "string",
"title": "string",
"entity_number": "string",
"page_number": "number",
"page_number_padded": "string",
"page_label": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"text": "string",
"text_hash": "string",
"text_length": "number",
"word_count": "number",
"chunk_count": "number",
"extraction_engine": "string",
"ingestion_status": "string",
"status": "string",
"active": "boolean",
"empty": "boolean",
"failed": "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"
}
Raw Schema¶
{
"table": "jef-knowledge-bases-book-pages",
"attributes": {
"page_id": "string",
"book_id": "string",
"book_slug": "string",
"title": "string",
"entity_number": "string",
"page_number": "number",
"page_number_padded": "string",
"page_label": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"text": "string",
"text_hash": "string",
"text_length": "number",
"word_count": "number",
"chunk_count": "number",
"extraction_engine": "string",
"ingestion_status": "string",
"status": "string",
"active": "boolean",
"empty": "boolean",
"failed": "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"
}
}