Skip to content

Commit

Permalink
🔧 (jtd): Activity - add created_at, last_edited_at properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 28, 2024
1 parent f0793cc commit 07b974d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Specs/jtd/activity.jtd.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"name": {
"type": "string"
},
"created_at": {
"type": "timestamp"
},
"last_edited_at": {
"type": "timestamp"
},
"status": {
"ref": "$status"
},
Expand Down

0 comments on commit 07b974d

Please sign in to comment.