Skip to content

Commit

Permalink
add Timestamp and DateTime to Metadata schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Apr 7, 2024
1 parent 55001a8 commit c49bf07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schemas/LitCal.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
"maxLength": 5,
"pattern": "^(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)$"
},
"Timestamp": {
"type": "integer"
},
"DateTime": {
"type": "string",
"pattern": "^2\\d\\d\\d\\-\\d\\d\\-\\d\\d (?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d"
},
"RequestHeaders": {
"type": "string",
"contentMediaType": "application/json"
Expand Down

0 comments on commit c49bf07

Please sign in to comment.