core + pending (Pending Extension): these terms are pending wider review. Feedback is welcomed!

accessMode

Defined in the pending.schema.org extension.
Canonical URL: http://schema.org/accessMode

Thing > Property > accessMode

The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.

Usage: Fewer than 10 domains
Values expected to be one of these types
Text
Used on these types
CreativeWork

Source

https://github.com/schemaorg/schemaorg/issues/1100



Examples

Example 1
A graphic novel book example.
See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
TODO
TODO
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Book",
  "name": "Some graphic novel",
  "accessMode": ["textual", "visual"],
  "accessModeSufficient": ["textual", "visual"],
  "accessibilitySummary": "Visual elements are not described."
}
</script>
Example 2
A graphic novel book example.
See also https://github.com/daisy/epub-revision-a11y/wiki/ePub-3.1-Accessibility--Proposal-To-Schema.org
TODO
TODO
<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "Book",
  "name": "Some graphic novel",
  "accessMode": ["textual", "visual"],
  "accessModeSufficient": ["textual", "visual"],
  "accessibilitySummary": "Visual elements are not described."
}
</script>

Schema Version 3.2