Backfill in-progress. Some lexicons and records may be missing or incomplete.

art.cllctv.embed.defs

cllctv.art

Documentation

tombstone object

Properties

materials array of string Optional

No description provided.

View raw schema
{
  "type": "object",
  "properties": {
    "lens": {
      "ref": "#tombstoneLens",
      "type": "ref"
    },
    "camera": {
      "ref": "#tombstoneCamera",
      "type": "ref"
    },
    "materials": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "dimensions": {
      "ref": "#tombstoneDimensions",
      "type": "ref"
    }
  }
}
tombstoneCamera object

Properties

make string Optional

No description provided.

model string Optional

No description provided.

View raw schema
{
  "type": "object",
  "properties": {
    "make": {
      "type": "string"
    },
    "model": {
      "type": "string"
    }
  }
}
tombstoneDimensions object

Properties

depth integer Optional

No description provided.

height integer Optional

No description provided.

unit string Optional

No description provided.

width integer Optional

No description provided.

View raw schema
{
  "type": "object",
  "properties": {
    "unit": {
      "type": "string"
    },
    "depth": {
      "type": "integer"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  }
}
tombstoneLens object

Properties

exposureTime string Optional

No description provided.

fnumber string Optional

No description provided.

focalLenth string Optional

No description provided.

iso string Optional

No description provided.

View raw schema
{
  "type": "object",
  "properties": {
    "iso": {
      "type": "string"
    },
    "fnumber": {
      "type": "string"
    },
    "focalLenth": {
      "type": "string"
    },
    "exposureTime": {
      "type": "string"
    }
  }
}

Lexicon Garden

@