Proof Schema Detail
data class ProofSchemaDetail(var id: String, var createdDate: String, var lastModified: String, var name: String, var organisationId: String, var expireDuration: UInt, var proofInputSchemas: List<ProofInputSchema>, var importedSourceUrl: String?)
Properties
Link copied to clipboard
Link copied to clipboard
Defines how long the system will store data received from wallets. After the defined duration, the received proof and its data are deleted from the system. If 0, proofs received when using this schema will not be deleted.
Link copied to clipboard
Source URL for imported schema.
Link copied to clipboard
Link copied to clipboard
Specifies organizational context for this operation.
Link copied to clipboard
Set of requested claims.