PropertyImage
Represents the images of properties
type PropertyImage {
small: Media
large: Media
}
Fields
small ● Media
The small property image
large ● Media
The large property image
Example
{
"small": {
"link": [
{
"url": {
"language": "EN",
"value": "String"
},
"alternateUrls": [
{}
],
"redirect": {}
}
],
"modifiedAt": "2024-05-03T11:52:33Z"
}
}