CredentialSchema

class CredentialSchema(val id: String, val type: String)

A credential schema defines the structure and content of the data, enabling verifiers to assess if the data adheres to the established schema.

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard