We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time_line
time_line
timeline
found
fixed
The text was updated successfully, but these errors were encountered:
Actually you can see the COSV-schema document, these already in the time_line examples. And current design can already meet the requirements.
"time_line": [ { "type": "found", "value": "2023-02-13T16:43Z" }, { "type": "fixed", "value": "2023-03-13T16:43Z" } ]
Sorry, something went wrong.
As we discussed with @nulls disclosed type is the only actually type that cannot be calculated from events:
disclosed
My suggestion to leave only disclosed in timeline by for now.
Also, as a simple enhancement, we can use format like in events: Instead of
events
write
"time_line": [ { "found": "2023-02-13T16:43Z" }, { "fixed": "2023-03-13T16:43Z" } ]
JustinB1eber
No branches or pull requests
time_line
, buttimeline
found
andfixed
types. As these types are already there in the events Patch details problems #8The text was updated successfully, but these errors were encountered: