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