+4
-1
__generated__/lexicons.ts
+4
-1
__generated__/lexicons.ts
···
4313
},
4314
exifView: {
4315
type: 'object',
4316
+
required: ['uri', 'cid', 'photo', 'record', 'createdAt'],
4317
properties: {
4318
uri: {
4319
type: 'string',
···
4326
photo: {
4327
type: 'string',
4328
format: 'at-uri',
4329
+
},
4330
+
record: {
4331
+
type: 'unknown',
4332
},
4333
createdAt: {
4334
type: 'string',
+1
src/lib/photo.ts
+1
src/lib/photo.ts