jef-one-entities ================ Source ------ - Repository: ``jef-systems/jef-one-backend`` - Table: ``jef-one-entities`` - Schema path: ``dynamodb/jef-one-entities/schema.json`` - Commit: ``d0f5dc9f3b215424b6359391bf2816185e60fdac`` - Generated at: ``2026-04-28T17:40:11Z`` Attributes ---------- .. code-block:: json { "entity_number": "string", "name": "string", "business_name": "string", "tin": "string", "address": "string", "is_active": "boolean", "created_at": "string", "updated_at": "string" } Main Index ---------- .. code-block:: json { "pk": "entity_number" } Raw Schema ---------- .. code-block:: json { "table": "jef-one-entities", "attributes": { "entity_number": "string", "name": "string", "business_name": "string", "tin": "string", "address": "string", "is_active": "boolean", "created_at": "string", "updated_at": "string" }, "main_index": { "pk": "entity_number" } }