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

    Interface ProofSchemaDetail

    interface ProofSchemaDetail {
        createdDate: string;
        expireDuration: number;
        id: string;
        importedSourceUrl?: string;
        lastModified: string;
        name: string;
        organisationId: string;
        proofInputSchemas: ProofInputSchema[];
    }
    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

    Source URL for imported schema.

    lastModified: string
    name: string
    organisationId: string

    Specifies organizational context for this operation.

    proofInputSchemas: ProofInputSchema[]

    Set of requested claims.