1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +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: Schema:
{ {
"filename": string, "filename": string,
"flags": string, "flags": string,
"links": integer, "links": integer,
"parent": string, # not yet implemented "parent": string, # not yet implemented
"owner": string, "owner": string,
"group": string, "group": string,
"size": integer, "size": integer,
"date": string, "date": string,
"epoch": integer, # naive timestamp if date field exists and can be converted "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 "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted
"_meta": "_meta":
{ {
"success": booean, # true if successfully parsed, false if error "success": booean, # true if successfully parsed, false if error

View File

@ -24,16 +24,16 @@ Usage (module):
Schema: Schema:
{ {
"filename": string, "filename": string,
"flags": string, "flags": string,
"links": integer, "links": integer,
"parent": string, # not yet implemented "parent": string, # not yet implemented
"owner": string, "owner": string,
"group": string, "group": string,
"size": integer, "size": integer,
"date": string, "date": string,
"epoch": integer, # naive timestamp if date field exists and can be converted "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 "epoch_utc": integer, # timezone aware timestamp if date field is in UTC and can be converted
"_meta": "_meta":
{ {
"success": booean, # true if successfully parsed, false if error "success": booean, # true if successfully parsed, false if error