AccessibilityCertification
No description
type AccessibilityCertification {
certifiedBy: String!
credential: String
reports: [URI!]!
}
Fields
AccessibilityCertification.certifiedBy
● String!
non-null scalar
certifiedBy identifies the person or the organization that conducted the certification.
AccessibilityCertification.credential
● String
scalar
credential provides additional credentials regarding the ability of the certifier to conduct an accessibility report.
AccessibilityCertification.reports
● [URI!]!
non-null scalar
report points to one or more accessibility reports for the publication, using a list of URL.
Member of
AccessibilityMetadata
object