digitalbazaar / bedrock-vc-issuer

Bedrock Verifiable Credentials issuer software
Other
1 stars 3 forks source link

Tighten up HTTP Validation #23

Open mattcollier opened 4 years ago

mattcollier commented 4 years ago

Basic schemas are in place for HTTP APIs. After the data modelling is complete, another pass is required to tighten things up. additionalProperties: false needs to be applied in many instances.

aljones15 commented 4 years ago

Other potential additions:

  1. Regular Expressions for validating ids.
  2. Implementing ids for each property if possible.