diff --git a/docs/parsers/ls_s.md b/docs/parsers/ls_s.md index 3e406cbb..9db1a245 100644 --- a/docs/parsers/ls_s.md +++ b/docs/parsers/ls_s.md @@ -27,16 +27,16 @@ Usage (module): Schema: { - "filename": string, - "flags": string, - "links": integer, - "parent": string, # not yet implemented - "owner": string, - "group": string, - "size": integer, - "date": string, - "epoch": integer, # naive timestamp if date field exists and can be converted - "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted + "filename": string, + "flags": string, + "links": integer, + "parent": string, # not yet implemented + "owner": string, + "group": string, + "size": integer, + "date": string, + "epoch": integer, # naive timestamp if date field exists and can be converted + "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "_meta": { "success": booean, # true if successfully parsed, false if error diff --git a/jc/parsers/ls_s.py b/jc/parsers/ls_s.py index 5342a88c..4db03dc8 100644 --- a/jc/parsers/ls_s.py +++ b/jc/parsers/ls_s.py @@ -24,16 +24,16 @@ Usage (module): Schema: { - "filename": string, - "flags": string, - "links": integer, - "parent": string, # not yet implemented - "owner": string, - "group": string, - "size": integer, - "date": string, - "epoch": integer, # naive timestamp if date field exists and can be converted - "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted + "filename": string, + "flags": string, + "links": integer, + "parent": string, # not yet implemented + "owner": string, + "group": string, + "size": integer, + "date": string, + "epoch": integer, # naive timestamp if date field exists and can be converted + "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted "_meta": { "success": booean, # true if successfully parsed, false if error