page.corvus.project

corvus.page

Documentation

main record

No description available.

Record Key literal:self Fixed literal value

Properties

blocks array of string at-uri Required

No description available.

createdAt string datetime Required

ISO 8601 datetime the project was created

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "blocks",
      "createdAt"
    ],
    "properties": {
      "blocks": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "ISO 8601 datetime the project was created"
      }
    }
  }
}

Lexicon Garden

@