id
An ID is any JSON string, with the requirement that each ID for a given request must be unique across all object types. The ID should be reasonably short, and can contain useful identifying information to aid in debugging.
"id"
Examples
- A route ID with the driver and day:
"route7: tom jones monday"
- A job ID with a uuid:
"job_141ca425-68b5-4c3e-9024-91d5d41a1375"
- A job ID with sequential numbering:
"jobid_006"
Referencing
When one entity references another, for example on the route.jobs field, the reference can be specified using the string ID of the referenced entity. See Referencing vs Inlining.