diff --git a/docs/parsers/arp.md b/docs/parsers/arp.md index 3c332f74..9074777d 100644 --- a/docs/parsers/arp.md +++ b/docs/parsers/arp.md @@ -83,7 +83,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: [ { diff --git a/jc/parsers/arp.py b/jc/parsers/arp.py index 80409a02..50f58500 100644 --- a/jc/parsers/arp.py +++ b/jc/parsers/arp.py @@ -82,7 +82,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: [ {