udt-format
udt-format copied to clipboard
RFC: Revision History
@Ownmarc and I had some discussion about this, just want to open it up for discussion here. The idea is we add a revision history to each sample.
{
"samples": [
{
"imageUrl": "https://...",
"annotation": "valid",
"revisionHistory": [
{
"userName": "string?",
"annotation": "invalid",
"createdAt": "timestamp"
}
]
}
}