mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-19 00:17:51 +02:00
update process() doc
This commit is contained in:
@ -130,7 +130,15 @@ import jc.utils
|
||||
|
||||
def process(proc_data):
|
||||
"""
|
||||
schema:
|
||||
Final processing to conform to the schema.
|
||||
|
||||
Parameters:
|
||||
|
||||
proc_data (dictionary) raw structured data to process
|
||||
|
||||
Returns:
|
||||
|
||||
dictionary structured data with the following schema:
|
||||
|
||||
[
|
||||
{
|
||||
|
Reference in New Issue
Block a user