create_data_schema

src.lookoutequipment.schema.create_data_schema(component_fields_map: Dict)

Generates a JSON formatted string from a dictionary

Parameters

component_fields_map (dict) – a dictionary containing a field maps for the dataset schema

Returns

a JSON-formatted string ready to be used as a schema for a dataset

Return type

string