hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
239 stars 160 forks source link

feat: support for optional field in presexch #3582

Closed mishasizov-SK closed 1 year ago

mishasizov-SK commented 1 year ago

Title: Support for optional field in presexch.

Summary: Extended PresentationDefinition JSON Schema V1 with field optional and contains This filed is already exist in the relevant struct, but wasn't a part of the Schema.

codecov[bot] commented 1 year ago

Codecov Report

Merging #3582 (be9593b) into main (bc155de) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3582   +/-   ##
=======================================
  Coverage   87.21%   87.21%           
=======================================
  Files         353      353           
  Lines       48735    48735           
=======================================
  Hits        42504    42504           
  Misses       4686     4686           
  Partials     1545     1545