social.lexical.works.identifiers

lexicon.store View official

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

identifiers array of union Required

No description available.

minLength: 1 items
Known types:
work string at-uri Required

No description available.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "work",
      "identifiers"
    ],
    "properties": {
      "work": {
        "type": "string",
        "format": "at-uri",
        "nullable": false,
        "required": true,
        "description": ""
      },
      "identifiers": {
        "type": "array",
        "items": {
          "refs": [
            "#identifier"
          ],
          "type": "union",
          "closed": false,
          "nullable": false,
          "required": true,
          "description": ""
        },
        "nullable": false,
        "required": true,
        "minLength": 1
      }
    }
  }
}
identifier object

No description available.

Properties

provider string Required

No description available.

Known values: tmdb, imdb, wikidata
providerId string Required

No description available.

url string uri OptionalNullable

No description available.

View raw schema
{
  "type": "object",
  "nullable": [
    "url"
  ],
  "required": [
    "provider",
    "providerId"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "nullable": true,
      "required": false,
      "description": ""
    },
    "provider": {
      "type": "string",
      "nullable": false,
      "required": true,
      "description": "",
      "knownValues": [
        "tmdb",
        "imdb",
        "wikidata"
      ]
    },
    "providerId": {
      "type": "string",
      "nullable": false,
      "required": true,
      "description": ""
    }
  }
}

Lexicon Garden

@