Unique identifiers
The unique identifier of a resource is a string.
For instance:
{
"index": "b52a49a4-ecb0-45e1-8425-73972779af9b",
}
Markdown
All user readable content is formatted as CommonMark, the non ambiguous variant of Markdown.
For instance:
{
"content": "* item1\n* item2\n",
}
Time
All times are stored as date-time which is a string formatted as described in RFC3339 Appendix A.
For instance:
{
"updated": "1985-04-12T23:20:50.52Z",
}
Date
All times are stored as date which is a string formatted as described in RFC3339 Appendix A.
For instance:
{
"due": "2023-04-12",
}