Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 427 Bytes

hierarchy.md

File metadata and controls

12 lines (6 loc) · 427 Bytes

Hierarchy

Your database schemas are organised in a tree structure. Each node, except for the root, is a record node.

Below shows an example hierarchy:

Example Hierarchy

In this example, the "customer invoice" node is a child of "customer". Thus, records of this type will always have a key in the format:

/customers/{parent customer id}/invoices/{invoice id}