1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting for docs

This commit is contained in:
Kelly Brazil
2021-09-10 15:01:02 -07:00
parent 94551d75dd
commit ccb09861e8
2 changed files with 20 additions and 20 deletions

View File

@ -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

View File

@ -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