Last updated
Last updated
This block is to validate documents, including linked documents. This block returns an error if at least one of the checks donโt pass. It can be placed as a โchildโ document, or as a link in the sequence of the blocks.
The following document types are supported:
VC Document : validates the main document and its type (Verifiable Credential).
VP Document : validates the main document and its type (Verifiable Presentation).
Related VC Document : validates the document linked to the main document and its type (Verifiable Credential)
Related VP Document : validates the document linked to the main document and its type (Verifiable Presentation)
Equal โ resolves to โtrueโ if value of the field is equal the the content of the Value parameter.
Not Equal โ resolves to โtrueโ if value of the field is NOT equal the the content of the Value parameter.
In โ resolves to โtrueโ if value of the field is present the the array.
Not In โ resolves to โtrueโ if value of the field is present the the array.
This field of the document to validates the Value parameter.
The content of this parameter is compared to the content of the Field.