AccessibilityMetadataInput
No description
input AccessibilityMetadataInput {
conformsTo: [URI!]!
certification: AccessibilityCertificationInput
summary: String
accessModes: [AccessMode!]!
accessModesSufficient: [[AccessMode!]!]!
features: [AccessibilityFeature!]!
hazards: [AccessibilityHazard!]!
}
Fields
AccessibilityMetadataInput.conformsTo
● [URI!]!
non-null scalar
conformsTo contains one or more URI, meant to convey that a publication conforms to a specific accessibility profile.
AccessibilityMetadataInput.certification
● AccessibilityCertificationInput
input
The certification object contains information about the certification process of a publication.
AccessibilityMetadataInput.summary
● String
scalar
A human-readable and -understandable text decribing the accessibility attributes of this object.
AccessibilityMetadataInput.accessModes
● [AccessMode!]!
non-null enum
accessMode and accessModeSufficient are meant to list the human sensory perceptual systems or cognitive faculties necessary to access a given publication.
While accessMode provides a complete list, accessModeSufficient is focused on list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource.
Both properties are controlled by external vocabularies maintained by the W3C.
AccessibilityMetadataInput.accessModesSufficient
● [[AccessMode!]!]!
non-null enum
accessMode and accessModeSufficient are meant to list the human sensory perceptual systems or cognitive faculties necessary to access a given publication.
While accessMode provides a complete list, accessModeSufficient is focused on list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource.
Both properties are controlled by external vocabularies maintained by the W3C.
AccessibilityMetadataInput.features
● [AccessibilityFeature!]!
non-null enum
The accessibilityFeature property provides a list of all the applicable accessibility characteristics of the content. It allows a user agent to discover these characteristics without having to parse or interpret the structure of the content.
AccessibilityMetadataInput.hazards
● [AccessibilityHazard!]!
non-null enum
Identifying potential hazards that a resource poses allows users to determine if a resource poses a risk to them and to potentially filter out content that could be harmful.
If no hazards are known to exist, it is recommended to use the value "none". If the content has hazard(s), include positive assertions for the hazards it has and negative assertions (the values that begin with "no") for the others.
If this property is not set for a resource, it is not possible to state whether it presents hazards or not. Similarly, if an author sets the value unknown, they are stating that they do not know whether hazards are present (e.g., because they do not know how, or are unable, to assess them).
Member of
PublicationExtractedMetadataInput
input ● PublicationMetadataInput
input