contentType property

String? contentType
getter/setter pair

Type (for example schema) of the attestation payload that was signed.

The verifier must ensure that the provided type is one that the verifier supports, and that the attestation payload is a valid instantiation of that type (for example by validating a JSON schema). Possible string values are:

Implementation

core.String? contentType;