Overview of the relationships between resources.
Resource Relationships
Resources can be related to each other in various ways.
-
One-to-Many: A single resource can be associated with multiple instances of another resource.
-
Many-to-One: Multiple instances of a resource can be associated with a single instance of another resource.
-
One-to-One: A single instance of a resource is associated with exactly one instance of another resource.
The following table outlines the relationships between different resources in the system.
| Resource | One-to-Many | Many-to-One | One-to-One |
|---|---|---|---|
| application_users | applications | ||
| applications | application_users, contracts, contract_line_items, payments, po_line_items, view_applications | integrations, usage_connect | |
| contract_line_items | contracts, applications | ||
| contracts | contract_line_items | applications | |
| integrations | applications, usage_connect | ||
| payments | applications, po_line_items, zybrary | ||
| po_line_items | payments | applications, purchase_orders | |
| purchase_orders | po_line_items | suppliers | |
| suppliers | purchase_orders | ||
| usage_connect | applications, integrations | ||
| view_applications | applications, views | ||
| view_zylo_users | views, zylo_users | ||
| views | view_applications, view_zylo_users | ||
| zybrary | payments | ||
| zylo_users | view_zylo_users |