- Documentation >
- Data Formats >
- ArtifactMetadata
ArtifactMetadata (XML)
FamilySearch-specific metadata about an artifact.
Namespace: | http://familysearch.org/v1/ |
---|---|
URI: | http://familysearch.org/v1/ArtifactMetadata |
Properties
Name | Type | Description | |
---|---|---|---|
displayState | string | The display state of the artifact. | |
screeningState | string | The screening state of the artifact. | |
editable | boolean | Whether or not the artifact is editable by the current user. | |
filename | string | The original filename of the memories item. | |
height | int | The height of the artifact (presumably an image). | |
qualifier | list of Qualifier | The qualifiers associated with this artifact. | |
size | long | The size of the artifact. | |
width | int | The width of the artifact (presumably an image). |
Example
<artifactMetadata displayState="..." xmlns="http://familysearch.org/v1/"> <editable>...</editable> <filename>...</filename> <height>...</height> <qualifier name="...">...</qualifier> <size>...</size> <width>...</width> </artifactMetadata>