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