1. Core structure
Each block starts with kind.name, followed by field headers and one or more value rows.
table.users id name role active 1 "Andy" admin true 2 "Lin" analyst true
Use this page as a quick handbook for syntax, structures, and implementation guidelines across ISON workflows.
Each block starts with kind.name, followed by field headers and one or more value rows.
table.users id name role active 1 "Andy" admin true 2 "Lin" analyst true
true, falsenull:users:1References make graph-like relationships explicit while keeping payloads compact.
table.orders id user_ref total status 5001 :users:1 245.99 paid 5002 :users:2 91.00 pending
Apply this syntax guide on real data in the Converter and Validator tools.