com.thelexfiles.testhabit.temp.habit

protopunx.bsky.social

Documentation

habit record

main record

habit record

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

habitName string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "habitName",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "habitName": {
        "type": "string"
      }
    }
  },
  "description": "habit record"
}

Lexicon Garden

@