jef-knowledge-bases-books-pages-manifests¶
Source¶
Repository:
jef-systems/jef-knowledge-bases-backendTable:
jef-knowledge-bases-books-pages-manifestsSchema path:
dynamodb/jef-knowledge-bases-books-pages-manifests/schema.jsonCommit:
f79e09bfc6305d992bb5c66ea019ba59ff93de58Generated at:
2026-04-30T19:34:41Z
Attributes¶
{
"document_id": "string",
"page_key": "string",
"knowledge_base_id": "string",
"book_id": "string",
"book_version": "string",
"book_slug": "string",
"title": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"page_number": "number",
"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",
"submitted_at": "string",
"created_by": "string",
"updated_by": "string",
"error_message": "string",
"idempotency_key": "string"
}
Main Index¶
{
"pk": "page_key"
}
Raw Schema¶
{
"table": "jef-knowledge-bases-books-pages-manifests",
"attributes": {
"document_id": "string",
"page_key": "string",
"knowledge_base_id": "string",
"book_id": "string",
"book_version": "string",
"book_slug": "string",
"title": "string",
"source_type": "string",
"source_uri": "string",
"source_hash": "string",
"s3_bucket": "string",
"s3_key": "string",
"content_type": "string",
"page_number": "number",
"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",
"submitted_at": "string",
"created_by": "string",
"updated_by": "string",
"error_message": "string",
"idempotency_key": "string"
},
"main_index": {
"pk": "page_key"
},
"gsi_1": {
"gsi_1_pk": "knowledge_base_id",
"gsi_1_sk": "page_number"
}
}