137 image

https://w3id.org/class/redaktor/image

JSON

Inbox

Definition

Indique une entité qui décrit une image pour cet objet. Contrairement à la propriété de l'icône, il n'y a pas de limitation de rapport d'aspect ou de taille d'affichage supposée.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term

Scope Note

: Property

Example

Exemple 81

{
  "@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"
  }
}