@pdtf/schemas 3.0.0-8 → 3.0.1-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/LICENSE +21 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
  4. package/src/examples/v3/exampleAddParticipantVouch.json +32 -0
  5. package/src/examples/v3/exampleDocumentedVouch.json +40 -0
  6. package/src/examples/v3/exampleElectronicRecord.json +30 -0
  7. package/src/examples/v3/exampleTransaction.json +716 -668
  8. package/src/examples/v3/exampleVouch.json +25 -0
  9. package/src/schemas/v2/combined.json +10 -2
  10. package/src/schemas/v2/overlays/baspi.json +14 -2
  11. package/src/schemas/v2/overlays/ta6.json +7 -0
  12. package/src/schemas/v2/pdtf-transaction.json +4 -6
  13. package/src/schemas/v2/skeleton.json +2 -1
  14. package/src/schemas/v3/combined.json +22993 -22892
  15. package/src/schemas/v3/overlays/baspi.json +5825 -6167
  16. package/src/schemas/v3/overlays/con29DW.json +568 -557
  17. package/src/schemas/v3/overlays/con29R.json +1 -1
  18. package/src/schemas/v3/overlays/fme1.json +1039 -1039
  19. package/src/schemas/v3/overlays/llc1.json +5 -5
  20. package/src/schemas/v3/overlays/lpe1.json +1720 -1680
  21. package/src/schemas/v3/overlays/nts.json +1436 -1245
  22. package/src/schemas/v3/overlays/oc1.json +821 -821
  23. package/src/schemas/v3/overlays/piq.json +2295 -2494
  24. package/src/schemas/v3/overlays/rds.json +2899 -3191
  25. package/src/schemas/v3/overlays/ta10.json +5280 -4282
  26. package/src/schemas/v3/overlays/ta6.json +3160 -3089
  27. package/src/schemas/v3/overlays/ta7.json +1071 -807
  28. package/src/schemas/v3/pdtf-transaction.json +19347 -18641
  29. package/src/schemas/v3/skeleton.json +2808 -2755
  30. package/src/tests/v3/transactionSchema.test.js +57 -46
  31. package/src/tests/v3/verifiedClaimsValidator.test.js +13 -13
  32. package/src/utils/extractOverlay.js +13 -6

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.