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:02:15 -07:00
parent ccb09861e8
commit 57e3bf239c
2 changed files with 6 additions and 6 deletions

View File

@ -39,9 +39,9 @@ Schema:
"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
"error_msg": string, # exists if "success" is false "error_msg": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }
} }

View File

@ -36,9 +36,9 @@ Schema:
"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
"error_msg": string, # exists if "success" is false "error_msg": string, # exists if "success" is false
"line": string # exists if "success" is false "line": string # exists if "success" is false
} }
} }