Verified Image
Authenticated photos, graphics, or artwork. Includes creator, dimensions, format, and content hash.
External Reference
https://schema.org/ImageObjectCredential Preview
This is how credentials using this template will appear. Values shown are sample data.
Claims / Fields
Required (4)
| Claim | Type | Description |
|---|---|---|
| name |
string
|
Title or name of the image |
| creator |
string
|
Photographer, artist, or creator name (schema.org/Person#name) |
| dateCreated |
string (date-time)
|
When the image was created or captured (ISO 8601) |
| sha256 |
string
|
SHA-256 hash of the image file |
Optional (7)
| Claim | Type | Description |
|---|---|---|
| contentUrl |
string (uri)
|
Direct URL to the image file |
| width |
string
|
Image width (e.g., '4000' or '4000px') |
| height |
string
|
Image height (e.g., '3000' or '3000px') |
| encodingFormat |
string
|
MIME type (image/jpeg, image/png, image/webp) |
| caption |
string
|
Image caption or alt text |
| copyrightHolder |
string
|
Copyright holder name (schema.org/Person or Organization) |
| license |
string (uri)
|
License URL (e.g., Creative Commons) |
JSON-LD Context
[
"https://schema.org"
]