decentralized-identity / credential-manifest

Format that normalizes the definition of requirements for the issuance of a credential
https://identity.foundation/credential-manifest/
Apache License 2.0
29 stars 22 forks source link

Missing `input_descriptor.constraints` in test case for `credential-manifest/all_features.json` #158

Open toteto opened 11 months ago

toteto commented 11 months ago

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

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": [
        "id",
        "constraints"
      ]