jef-one-entities ================ Source ------ - Repository: ``jef-systems/jef-one-backend`` - Table: ``jef-one-entities`` - Schema path: ``dynamodb/jef-one-entities/schema.json`` - Commit: ``bf3ede20f08117c202d9dcfffe8264c63b5a16a7`` - Generated at: ``2026-04-24T18:18:50Z`` Attributes ---------- .. code-block:: json { "pk": "string", "entity_number": "string-4-digits-nonzerostart", "name": "string", "business_name": "string", "tin": "string-optional", "address": { "province": "string", "municipality": "string", "city": "string", "barangay": "string" } } Main Index ---------- .. code-block:: json { "pk": "pk" } Raw Schema ---------- .. code-block:: json { "table": "jef-one-entities", "attributes": { "pk": "string", "entity_number": "string-4-digits-nonzerostart", "name": "string", "business_name": "string", "tin": "string-optional", "address": { "province": "string", "municipality": "string", "city": "string", "barangay": "string" } }, "main_index": { "pk": "pk" } }