platform
platform copied to clipboard
feat: W3C Schema endorsement
trafficstars
User Story 1:
- As an ecosystem member, I can able to request
W3Cschema endorsement to the ecosystem.
User Story 2:
- As an ecosystem owner, I can able to sign and submit
W3Cschema of requested endorsement.
Modification in below API's:
- /ecosystem/{ecosystemId}/{orgId}/transaction/schema
- /ecosystem/{ecosystemId}/{orgId}/sign/{endorsementId}
- /ecosystem/{ecosystemId}/{orgId}/submit/{endorsementId}
Tasks:
- [x] Implement request
W3Cschema endorsement functionality - [x] Implement sign and submit flow for
W3Cschema endorsement - [x] Modify DTO for both
IndyandW3C - [x] Improve DTO level formating by leveraging APIExtraModels
- [x] Apply Validations
- [x] Handle response type on basis of
IndyandW3Ctype schema - [ ] Error handling