We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input_descriptor.constraints
credential-manifest/all_features.json
The test/sample case described in https://github.com/decentralized-identity/credential-manifest/blob/main/test/credential-manifest/all_features.json it is missing constraints property
constraints
https://github.com/decentralized-identity/credential-manifest/blob/main/test/credential-manifest/all_features.json#L75C1-L82
This property is being marked as required in the definition for presentation_definiiton: https://identity.foundation/presentation-exchange/schemas/presentation-definition.json
required
presentation_definiiton
"required": [ "id", "constraints" ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test/sample case described in https://github.com/decentralized-identity/credential-manifest/blob/main/test/credential-manifest/all_features.json it is missing
constraints
propertyhttps://github.com/decentralized-identity/credential-manifest/blob/main/test/credential-manifest/all_features.json#L75C1-L82
This property is being marked as
required
in the definition forpresentation_definiiton
: https://identity.foundation/presentation-exchange/schemas/presentation-definition.jsonThe text was updated successfully, but these errors were encountered: