net.atpix.gallery.updatePhoto

lexicon.atpix.net

{
  "id": "net.atpix.gallery.updatePhoto",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "title": {
              "type": "string",
              "maxLength": 500
            },
            "caption": {
              "type": "string",
              "maxLength": 2000
            },
            "license": {
              "type": "string",
              "format": "uri"
            },
            "keywords": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 64
              },
              "maxLength": 50
            },
            "albumUris": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "at-uri"
              },
              "maxLength": 100
            },
            "inLanguage": {
              "type": "string",
              "maxLength": 35
            },
            "contributor": {
              "type": "string",
              "format": "did"
            },
            "description": {
              "type": "string",
              "maxLength": 5000
            },
            "copyrightHolder": {
              "type": "string",
              "format": "did"
            },
            "locationCreated": {
              "ref": "net.atpix.gallery.defs#geoPlace",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Update photo metadata. Does not replace image blob."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against net.atpix.gallery.updatePhoto

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:x4crpdfko2d7xrcd5eovpwex
CID
bafyreid7ctga2y6z3rqys2w55subbposebiyq2bqhwq7ospvwrqgawoxhe
Indexed At
2026-07-25 20:26 UTC
AT-URI
at://did:plc:x4crpdfko2d7xrcd5eovpwex/com.atproto.lexicon.schema/net.atpix.gallery.updatePhoto

Referenced Schemas (1)

Lexicon Garden

@