Skip to content

Object Data Model

santoniriccardo edited this page Feb 6, 2022 · 29 revisions

Object Data Model

There are a number of different key objects in the Dronuts system. These are outlined below.

Customer

{ "customer_id" : // int }

Employee

{ "employee_id" : // int }

Drone

{ "drone_id" : // int }

Clone this wiki locally