top.8sites.picks

8sites.top

Documentation

A user's curated list of up to 8 domains (websites/blogs). One record per account.

main record

A user's curated list of up to 8 domains (websites/blogs). One record per account.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

picks array of ref #pick Required

No description available.

maxLength: 8 items
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "picks",
      "createdAt"
    ],
    "properties": {
      "picks": {
        "type": "array",
        "items": {
          "ref": "#pick",
          "type": "ref"
        },
        "maxLength": 8
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A user's curated list of up to 8 domains (websites/blogs). One record per account."
}
pick object

No description available.

Properties

domain string Required

Bare domain or subdomain only (e.g. example.com). No scheme, path, or port. Enforced by the application, not the lexicon.

maxLength: 253 bytes
rank integer Required

No description available.

minimum: 1maximum: 8
View raw schema
{
  "type": "object",
  "required": [
    "domain",
    "rank"
  ],
  "properties": {
    "rank": {
      "type": "integer",
      "maximum": 8,
      "minimum": 1
    },
    "domain": {
      "type": "string",
      "maxLength": 253,
      "description": "Bare domain or subdomain only (e.g. example.com). No scheme, path, or port. Enforced by the application, not the lexicon."
    }
  }
}

Lexicon Garden

@