dev.baileytownsend.health.calories

baileytownsend.dev

Documentation

A record of daily intake and burned calories.

main record

A record of daily intake and burned calories.

Record Key any Any valid record key

Properties

burned integer Required

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

intake integer Required

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "intake",
      "burned",
      "createdAt"
    ],
    "properties": {
      "burned": {
        "type": "integer"
      },
      "intake": {
        "type": "integer"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A record of daily intake and burned calories."
}

Lexicon Garden

@