ArtifactMetadata (JSON)
FamilySearch-specific metadata about an artifact.
Properties
Name |
Type |
Description |
|
filename |
string
|
The original filename of the memories item. |
|
qualifiers |
array of
Qualifier
|
The qualifiers associated with this artifact. |
|
width |
number
|
The width of the artifact (presumably an image). |
|
height |
number
|
The height of the artifact (presumably an image). |
|
size |
number
|
The size of the artifact. |
|
screeningState |
string
|
The screening state of the artifact. |
|
displayState |
string
|
The display state of the artifact. |
|
editable |
boolean
|
Whether or not the artifact is editable by the current user. |
|
Example
{
"filename" : "...",
"qualifiers" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"width" : 12345,
"height" : 12345,
"size" : 12345,
"displayState" : "...",
"editable" : true
}