@procivis/react-native-one-core
    Preparing search index...

    Interface ImportProofSchema

    interface ImportProofSchema {
        createdDate: string;
        expireDuration: number;
        id: string;
        importedSourceUrl: string;
        lastModified: string;
        name: string;
        organisationId: string;
        proofInputSchemas: ImportProofSchemaInputSchema[];
    }
    Index

    Properties

    createdDate: string
    expireDuration: number

    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.

    id: string
    importedSourceUrl: string
    lastModified: string
    name: string
    organisationId: string

    Specifies the organizational context for this operation.

    proofInputSchemas: ImportProofSchemaInputSchema[]

    Set of all claims to request.