137 image
https://w3id.org/class/redaktor/image
Definition
Indicates an entity that describes an image for this object. Unlike the icon property, there are no aspect ratio or display size limitations assumed.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"name": "A simple note",
"type": "Note",
"content": "This is all there is.",
"image": {
"type": "Image",
"name": "A Cat",
"url": "http://example.org/cat.png"
}
}