net.atchan.actor.declaration

atchan.net

Documentation

Declares that this repo is an atchan user. Typically written when user first signs in.

main record

Declares that this repo is an atchan user. Typically written when user first signs in.

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": "Declares that this repo is an atchan user. Typically written when user first signs in."
}

Lexicon Garden

@