manecke
manecke
The example in the "Batch Credential Request" section seems to be broken (in the proofs array). There are too many curly braces. The indentation does not seem to be correct...
The square brackets are also not set correctly. The closing brackets are missing several times.
```json POST /batch_credential HTTP/1.1 Host: [server.example.com](http://server.example.com/) Content-Type: application/json Authorization: BEARER czZCaGRSa3F0MzpnWDFmQmF0M2JW { "credential_requests":[ { "format":"jwt_vc_json", "credential_definition":{ "type":[ "VerifiableCredential", "UniversityDegreeCredential" ] }, "proofs":[ { "credential_identifier":"BiologyEngineeringDegree-2023", "keys":[ { "proof_type":"jwt", "jwt":"eyJ0eXAiOiJvcGVuaWQ0dmNpL...Lb9zioZoipdP-jvh1WlA" }, {...
Regarding API/DM design, it is crucial to develop the API/DM carefully and test it with as many examples as possible. It is important to avoid breaking changes in software frameworks...
If one were to remove the credential endpoint and retain only the batch endpoint, the URI could be renamed.