136 Icon
https://w3id.org/class/redaktor/icon
Definition
Gibt eine Entität an, die ein Icon für dieses Objekt beschreibt. Das Bild sollte ein Seitenverhältnis von eins (horizontal) zu eins (vertikal) haben und für die Darstellung in kleiner Größe geeignet sein.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "A simple note",
"type": "Note",
"content": "This is all there is.",
"icon": {
"type": "Image",
"name": "Note icon",
"url": "http://example.org/note.png",
"width": 16,
"height": 16
}
}