social.luminance.portfolio.photo

klee.photos

Documentation

A single portfolio photograph.

main record

A single portfolio photograph.

Record Key tid Timestamp-based ID

Properties

alt string Optional

No description available.

maxGraphemes: 2000 graphemes
aspectRatio ref #aspectRatio Optional

No description available.

caption string Optional

No description available.

maxGraphemes: 3000 graphemes
capturedAt string datetime Optional

An RFC 3339 formatted timestamp.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

exif ref #exif Optional

No description available.

image blob Required

No description available.

maxSize: 21.0 MB
license string Optional

No description available.

maxGraphemes: 100 graphemes
tags array of string Optional

No description available.

maxLength: 10 items
title string Optional

No description available.

maxGraphemes: 200 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "image",
      "createdAt"
    ],
    "properties": {
      "alt": {
        "type": "string",
        "maxGraphemes": 2000
      },
      "exif": {
        "ref": "#exif",
        "type": "ref"
      },
      "tags": {
        "type": "array",
        "items": {
          "type": "string",
          "maxGraphemes": 40
        },
        "maxLength": 10
      },
      "image": {
        "type": "blob",
        "accept": [
          "image/*"
        ],
        "maxSize": 20971520
      },
      "title": {
        "type": "string",
        "maxGraphemes": 200
      },
      "labels": {
        "refs": [
          "com.atproto.label.defs#selfLabels"
        ],
        "type": "union"
      },
      "caption": {
        "type": "string",
        "maxGraphemes": 3000
      },
      "license": {
        "type": "string",
        "maxGraphemes": 100
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "capturedAt": {
        "type": "string",
        "format": "datetime"
      },
      "aspectRatio": {
        "ref": "#aspectRatio",
        "type": "ref"
      }
    }
  },
  "description": "A single portfolio photograph."
}
aspectRatio object

No description available.

Properties

height integer Required

No description available.

minimum: 1
width integer Required

No description available.

minimum: 1
View raw schema
{
  "type": "object",
  "required": [
    "width",
    "height"
  ],
  "properties": {
    "width": {
      "type": "integer",
      "minimum": 1
    },
    "height": {
      "type": "integer",
      "minimum": 1
    }
  }
}
exif object

No description available.

Properties

camera string Optional

No description available.

maxGraphemes: 100 graphemes
fNumber string Optional

No description available.

maxGraphemes: 10 graphemes
focalLength string Optional

No description available.

maxGraphemes: 20 graphemes
iso integer Optional

No description available.

minimum: 1
lens string Optional

No description available.

maxGraphemes: 100 graphemes
shutterSpeed string Optional

No description available.

maxGraphemes: 20 graphemes
View raw schema
{
  "type": "object",
  "properties": {
    "iso": {
      "type": "integer",
      "minimum": 1
    },
    "lens": {
      "type": "string",
      "maxGraphemes": 100
    },
    "camera": {
      "type": "string",
      "maxGraphemes": 100
    },
    "fNumber": {
      "type": "string",
      "maxGraphemes": 10
    },
    "focalLength": {
      "type": "string",
      "maxGraphemes": 20
    },
    "shutterSpeed": {
      "type": "string",
      "maxGraphemes": 20
    }
  }
}

Lexicon Garden

@