JSON Fields index
txId
Unique transaction ID representing the specific action or event.
timestamp
- seconds: Timestamp in seconds when the event occurred. (next you see the actual human timestamp)
- nanos: Nanoseconds part of the timestamp for higher precision.
deleted
True/False flag indicating whether the record has been marked as deleted.
value
- itemId: Unique identifier for the item.
- type: Type of the item (e.g., Product).
- name: Name of the item.
- description: Brief description of the item.
- owner: Email address of the item's owner.
- archived: True/False flag indicating if the item is archived.
- edited: True/False flag indicating if the item has been edited.
-
additionalFields:
Any additional information related to the product, here are some examples with their formats.
- tagline: Short promotional phrase for the product.
- supplier: Name of the product's supplier.
- km: Distance in kilometers from the supplier to the destination.
- co2: CO2 emissions associated with the product's transport.
-
address
- address: Physical address of the supplier.
- latitude: Latitude coordinate of the supplier's location.
- longitude: Longitude coordinate of the supplier's location.
- tel: Supplier's telephone number.
- email: Supplier's email address.
- logo: URL to the supplier's logo image.
- website: URL to the supplier's website.
- story: Background story or additional information about the supplier.