es.joeinn.timetracker.entry

joe-test.spaces-alpha.bsky.network View official

Documentation

A timed interval associated with an activity.

main record

A timed interval associated with an activity.

Record Key any Any valid record key

Properties

activityId string Required

No description available.

maxLength: 512 bytesminLength: 1 bytes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

endedAt string datetime Optional

An RFC 3339 formatted timestamp.

startedAt string datetime Required

An RFC 3339 formatted timestamp.

updatedAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "activityId",
      "startedAt",
      "createdAt",
      "updatedAt"
    ],
    "properties": {
      "endedAt": {
        "type": "string",
        "format": "datetime"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "startedAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "activityId": {
        "type": "string",
        "maxLength": 512,
        "minLength": 1
      }
    }
  },
  "description": "A timed interval associated with an activity."
}

Lexicon Garden

@