Skip to content

Commit

Permalink
mappings: add Created and Updated dates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaraBi committed Sep 25, 2019
1 parent be42d90 commit 97c8f3c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions asclepias_broker/mappings/v6/relationships/v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
},
"PublicationDate": {
"type": "date"
},
"Created": {
"type": "date"
},
"Updated": {
"type": "date"
}
}
},
Expand Down Expand Up @@ -247,8 +253,20 @@
},
"PublicationDate": {
"type": "date"
},
"Created": {
"type": "date"
},
"Updated": {
"type": "date"
}
}
},
"Created": {
"type": "date"
},
"Updated": {
"type": "date"
}
},
"dynamic": false
Expand Down

0 comments on commit 97c8f3c

Please sign in to comment.