art.cllctv.embed.defs

cllctv.art

Documentation

tombstone object

No description available.

Properties

materials array of string Optional

No description available.

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

No description available.

Properties

make string Optional

No description available.

model string Optional

No description available.

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

No description available.

Properties

depth integer Optional

No description available.

height integer Optional

No description available.

unit string Optional

No description available.

width integer Optional

No description available.

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

No description available.

Properties

exposureTime string Optional

No description available.

fnumber string Optional

No description available.

focalLength string Optional

No description available.

iso string Optional

No description available.

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

Lexicon Garden

@