CARVIEW |
Select Language
HTTP/2 200
access-control-allow-credentials: true
access-control-allow-headers: Accept
access-control-allow-origin: *
access-control-allow-methods: GET
x-cloud-trace-context: c535b2f9268e2bc5ff4602ed29150316
content-encoding: gzip
server: Google Frontend
content-length: 5462
date: Mon, 06 Oct 2025 04:30:44 GMT
expires: Mon, 06 Oct 2025 04:40:44 GMT
cache-control: public, max-age=600
etag: "XYkB7A"
content-type: text/html
age: 0
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
accessModeSufficient - Schema.org Property
Note: You are viewing the development
version of Schema.org.
See how we work for more details.
accessModeSufficient
A Schema.org Property
- Canonical URL: https://schema.org/accessModeSufficient
- Check for open issues.
A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the approved vocabulary.
Values expected to be one of these types
Used on these types
Source
https://github.com/schemaorg/schemaorg/issues/1100
Examples
Example 1
Copied
Example notes or example HTML without markup.
A graphic novel book example. See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Book", "name": "Some graphic novel", "accessMode": ["textual", "visual"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "Text and images" }, { "@type": "ItemList", "itemListElement": ["textual"], "description": "Text with textual alternatives and descriptions for images" } ], "accessibilitySummary": "Visual elements are not described." } </script>
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org/",
"@type": "Book",
"name": "Some graphic novel",
"accessMode": ["textual", "visual"],
"accessModeSufficient": [
{
"@type": "ItemList",
"itemListElement": ["textual", "visual"],
"description": "Text and images"
},
{
"@type": "ItemList",
"itemListElement": ["textual"],
"description": "Text with textual alternatives and descriptions for images"
}
],
"accessibilitySummary": "Visual elements are not described."
}
Example 2
Copied
Example notes or example HTML without markup.
A second example. See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
{ "@context": "https://schema.org/", "@type": "Movie", "accessMode": ["auditory", "visual"], "accessibilityFeature": ["audioDescription", "captions"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "Closed captioning" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Audio description" } ], "accessibilitySummary": "Captions provided in English; short scenes in French have English subtitles instead." }
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org/",
"@type": "Movie",
"accessMode": ["auditory", "visual"],
"accessibilityFeature": ["audioDescription", "captions"],
"accessModeSufficient": [
{
"@type": "ItemList",
"itemListElement": ["textual", "visual"],
"description": "Closed captioning"
},
{
"@type": "ItemList",
"itemListElement": ["auditory"],
"description": "Audio description"
}
],
"accessibilitySummary": "Captions provided in English; short scenes in French have English subtitles instead."
}
Example 3
Copied
Example notes or example HTML without markup.
A third example. See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
Example encoded as JSON-LD in a HTML script tag.
{ "@context": "https://schema.org/", "@type": "Book", "name": "Alice in Wonderland", "accessMode": ["auditory", "textual", "visual"], "accessibilityFeature": ["alternativeText", "synchronizedAudioText"], "accessModeSufficient": [ { "@type": "ItemList", "itemListElement": ["textual"], "description": "See the text" }, { "@type": "ItemList", "itemListElement": ["textual", "visual"], "description": "See the text and images" }, { "@type": "ItemList", "itemListElement": ["auditory"], "description": "Hear the text and image descriptions" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual"], "description": "Hear the text and see the images" }, { "@type": "ItemList", "itemListElement": ["auditory", "visual", "textual"], "description": "Hear the text and see the text and images" } ], "accessibilitySummary": "Short descriptions are provided; long descriptions of the images are not needed for most readers." }
Structured representation of the JSON-LD example.
{
"@context": "https://schema.org/",
"@type": "Book",
"name": "Alice in Wonderland",
"accessMode": ["auditory", "textual", "visual"],
"accessibilityFeature": ["alternativeText", "synchronizedAudioText"],
"accessModeSufficient": [
{
"@type": "ItemList",
"itemListElement": ["textual"],
"description": "See the text"
},
{
"@type": "ItemList",
"itemListElement": ["textual", "visual"],
"description": "See the text and images"
},
{
"@type": "ItemList",
"itemListElement": ["auditory"],
"description": "Hear the text and image descriptions"
},
{
"@type": "ItemList",
"itemListElement": ["auditory", "visual"],
"description": "Hear the text and see the images"
},
{
"@type": "ItemList",
"itemListElement": ["auditory", "visual", "textual"],
"description": "Hear the text and see the text and images"
}
],
"accessibilitySummary": "Short descriptions are provided; long descriptions of the images are not needed for most readers."
}
•
Schema.org
•
V29.3
|
2025-09-04