social.lexical.works.work

lexicon.store View official

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

id string OptionalNullable

No description available.

maxLength: 64 bytesmaxGraphemes: 32 graphemes
title string Required

No description available.

maxLength: 1024 bytesmaxGraphemes: 512 graphemes
workType string Required

No description available.

maxLength: 128 bytesmaxGraphemes: 64 graphemes
Known values: Movie
year integer OptionalNullable

No description available.

minimum: 0maximum: 2199
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "nullable": [
      "id",
      "year"
    ],
    "required": [
      "title",
      "workType"
    ],
    "properties": {
      "id": {
        "type": "string",
        "nullable": true,
        "required": false,
        "maxLength": 64,
        "description": "",
        "maxGraphemes": 32
      },
      "year": {
        "type": "integer",
        "maximum": 2199,
        "minimum": 0,
        "nullable": true,
        "required": false,
        "description": ""
      },
      "title": {
        "type": "string",
        "nullable": false,
        "required": true,
        "maxLength": 1024,
        "description": "",
        "maxGraphemes": 512
      },
      "workType": {
        "type": "string",
        "nullable": false,
        "required": true,
        "maxLength": 128,
        "description": "",
        "knownValues": [
          "Movie"
        ],
        "maxGraphemes": 64
      }
    }
  },
  "description": ""
}

Lexicon Garden

@