social.lexical.works.collection

lexicon.store View official

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

labels array of string Optional

No description available.

name string Required

No description available.

maxLength: 1024 bytesmaxGraphemes: 512 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "nullable": false,
        "required": true,
        "maxLength": 1024,
        "description": "",
        "maxGraphemes": 512
      },
      "labels": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "nullable": false,
        "required": true
      }
    }
  },
  "description": ""
}

Lexicon Garden

@