Field names available to interfaceDocumentsSourceBlock #1204
-
|
What are all the field names available to the The iRec Demo makes use of the following:
The Verra Redd+ Demo makes use of the above plus at least the following:
Is there perhaps a list of all available field names somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Any VC record in guardian has the following fields:
All fields are available to the interfaceDocumentsSourceBlock via the 'path' value put into the Note: for VC documents the content of the Further references: W3 VC example, W3 VP example |
Beta Was this translation helpful? Give feedback.
Any VC record in guardian has the following fields:
document(it's the VC content).options(set in the sendBlock asstatus, or in the buttonBlock viaAttributesandstatus).type(set in the sendBlock asEntityType, or in the buttonBlock asRootand furthertype).messageID,relationships, etc).All fields are available to the interfaceDocumentsSourceBlock via the 'path' value put into the
fieldNameas per examples in the original question.Note: for VC documents the content of the
documentfield would be an array ofcredentialSubjects, while for the VP it would beverifiableCredential.Further references: W3 VC example, W3 VP example