Mandatory information in JSON file

All the device files must include 4 mandatory fields.

【uid】

The uid is a device unique id.

The naming convension is described here.

Example ↓

"uid" : "DEgg2020-1-001"

【device_type】

The device_type stands for the type of each device.

The naming convension is described here.

Example ↓

"device_type" : "degg"

【production_date】

The production_date is a date when the device is (re-)produced.

The date should be the python datetime format, [YYYY-MM-DD] or [YYYY-MM-DD HH:MM:SS].

Example ↓

"production_date" : "2020-01-01"

【production_site】

The production_site is a site where the device is (re-)produced.

Example ↓

"production_site" : "NME"