codes.advent.challenge.day

advent.codes

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

partOne string Optional

No description available.

partTwo string Optional

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "partOne": {
        "type": "string"
      },
      "partTwo": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@