Roman Reinert
Roman Reinert
**What’s wrong?** The OpenAPI spec requires an Input Descriptor’s `schema` property to contain a `SchemasInputDescriptorFilter` object. However, on deserialization, there is a [preprocessing step](https://github.com/hyperledger/aries-cloudagent-python/blob/d407c48cc9f041c5b27ee8f589fc0e2eaef2220d/aries_cloudagent/protocols/present_proof/dif/pres_exch.py#L235-L254) which ensures that lists of URIs...
When issuing a presentation of a W3C verifiable credential, the `"format"` property in the _Input Descriptor Mapping Object_ of the presentation submission is currently being set to `"ldp_vp"`. It must...
The [service](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/protocols/out_of_band/v1_0/messages/service.py) object which is used to advertise a service endpoint in an OOB invitation aligns with [RFC 0067](https://github.com/hyperledger/aries-rfcs/tree/main/features/0067-didcomm-diddoc-conventions) and the [DID spec](https://w3c.github.io/did-core/#services). The [service decorator](https://github.com/hyperledger/aries-cloudagent-python/blob/main/aries_cloudagent/messaging/decorators/service_decorator.py) which was added in...