schemaAccessibilitySummary constant

IriTerm const schemaAccessibilitySummary

accessibilitySummary from schema vocabulary [Expects: https://schema.org/Text]

A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed".

Can be used on: https://schema.org/CreativeWork

Implementation

static const schemaAccessibilitySummary = IriTerm.prevalidated(
  'https://schema.org/accessibilitySummary',
);