Certification
data class Certification(val certifiedBy: String?, val credential: String?, val report: String?) : JSONable, Parcelable
Certification of accessible publications.
Properties
Link copied to clipboard
Identifies a party responsible for the testing and certification of the accessibility of a Publication.
Link copied to clipboard
Identifies a credential or badge that establishes the authority of the party identified in the associated certifiedBy property to certify content accessible.
Link copied to clipboard
Provides a link to an accessibility report created by the party identified in the associated certifiedBy property.