mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-06 22:32:54 +02:00
doc update
This commit is contained in:
@ -83,7 +83,15 @@ Examples:
|
|||||||
process(proc_data)
|
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:
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -82,7 +82,15 @@ import jc.utils
|
|||||||
|
|
||||||
def process(proc_data):
|
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