1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

update process() doc

This commit is contained in:
Kelly Brazil
2019-11-12 11:28:10 -08:00
parent 3bdcf44afb
commit 3ac75305df
39 changed files with 351 additions and 39 deletions

View File

@@ -69,7 +69,15 @@ Examples:
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:
[
{

View File

@@ -321,7 +321,15 @@ Examples:
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:
[
{

View File

@@ -49,7 +49,15 @@ Examples:
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:
[
{

View File

@@ -49,7 +49,15 @@ Examples:
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:
[
{

View File

@@ -41,7 +41,15 @@ Examples:
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:
[
{

View File

@@ -125,7 +125,15 @@ Examples:
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:
[
{

View File

@@ -131,7 +131,15 @@ Examples:
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:
[
{

View File

@@ -73,7 +73,15 @@ Example:
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:
[
{
"job_number": integer,

View File

@@ -140,7 +140,15 @@ Examples:
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:
[
{

View File

@@ -212,7 +212,15 @@ Examples:
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:
[
{

View File

@@ -103,7 +103,15 @@ Examples:
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:
[
{

View File

@@ -93,7 +93,15 @@ Examples:
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:
[
{

View File

@@ -53,7 +53,15 @@ Example:
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:
[
{

View File

@@ -309,7 +309,15 @@ Examples:
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:
[
{

View File

@@ -186,7 +186,15 @@ Examples:
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:
[
{

View File

@@ -97,7 +97,15 @@ Examples:
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:
[
{

View File

@@ -26,7 +26,15 @@ Example:
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:
{
"kernel_name": string,

View File

@@ -31,7 +31,15 @@ Example:
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:
{
"time": string,

View File

@@ -79,7 +79,15 @@ Examples:
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:
[
{