Space Docs
Domain Model

Media Artifact

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
siteIdstringNoID of the associated site
relatedEntityTypestringNoRelated entity type
relatedEntityIdstringNoID of the associated related entity
mediaTypeenum(photo, video, audio, voice_note, screenshot, scan, other)YesMedia type
filenamestringYesFilename
objectStorageKeystringYesObject storage key
mimeTypestringNoMime type
capturedAtstring.date-timeNoCaptured at
capturedByUserIdstringNoID of the associated captured by user
geotagstringNoGeotag
transcriptstringNoTranscript
aiSummarystringNoAi summary
verificationStatusenum(unverified, verified, disputed, redacted)YesVerification status
workspaceIdstringYesID of the associated workspace
visibilityModeunknownYesVisibility mode

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
siteIdstringNoID of the associated site
relatedEntityTypestringNoRelated entity type
relatedEntityIdstringNoID of the associated related entity
mediaTypeenum(photo, video, audio, voice_note, screenshot, scan, other)YesMedia type
filenamestringYesFilename
objectStorageKeystringYesObject storage key
mimeTypestringNoMime type
capturedAtstring.date-timeNoCaptured at
capturedByUserIdstringNoID of the associated captured by user
geotagstringNoGeotag
transcriptstringNoTranscript
aiSummarystringNoAi summary
verificationStatusenum(unverified, verified, disputed, redacted)Yes"unverified"Verification status
workspaceIdstringNoID of the associated workspace
visibilityModeunknownNoVisibility mode

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
siteIdstringNoID of the associated site
relatedEntityTypestringNoRelated entity type
relatedEntityIdstringNoID of the associated related entity
mediaTypeenum(photo, video, audio, voice_note, screenshot, scan, other)NoMedia type
filenamestringNoFilename
objectStorageKeystringNoObject storage key
mimeTypestringNoMime type
capturedAtstring.date-timeNoCaptured at
capturedByUserIdstringNoID of the associated captured by user
geotagstringNoGeotag
transcriptstringNoTranscript
aiSummarystringNoAi summary

On this page