at.inlay.profile

inlay.at

Documentation

Inlay user profile.

main record

Inlay user profile.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Inlay user profile."
}

Lexicon Garden

@