spruceid / ssi

Core library for decentralized identity.
https://spruceid.dev
Apache License 2.0
193 stars 61 forks source link

Skip serializing missing id. #565

Closed timothee-haudebourg closed 3 months ago

timothee-haudebourg commented 3 months ago

Skip serializing None identifier in MaybeIdentifiedObject and MaybeIdentifiedTypedObject. They are currently serialized as id: null which causes the JSON-LD expansion algorithm to fail.