structure.py

Required fields for the different data types.

See documentation (Data Structure) for more information.

structure.collection()[source]

Provide a basic data structure for a project document.

Returns

The data structure for a project.

Return type

dict

structure.dataset()[source]

Provide a basic data structure for a dataset document.

Returns

The data structure for a dataset.

Return type

dict

structure.log()[source]

Provide a basic data structure for a log document.

Returns

The data structure for a log.

Return type

dict

structure.order()[source]

Provide a basic data structure for an order document.

Returns

The data structure for an order.

Return type

dict

structure.user()[source]

Provide a basic data structure for a user document.

Returns

The data structure for a user.

Return type

dict