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:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user