beckn / protocol-specifications

Core protocol specification for peer-to-peer consumer-provider interaction
Other
375 stars 101 forks source link

Enhance the context schema to have a verified (true / false) flag #469

Open rajaneeshk90 opened 5 days ago

rajaneeshk90 commented 5 days ago

Changes Introduced

Added a boolean verified Field in the Context schema

Type: boolean Description: Indicates if an entity is verified or not. A value of true means the entity is verified, while false indicates the entity is either unverified or verification could not be completed.

Context of the change

Motivation This change is part of the credentials schema updates aimed at inducing trust in the transaction flow. The addition of the verified field strengthens the system’s ability to distinguish between verified and unverified entities.