@pdtf/schemas 3.6.0-dev.1 → 3.6.0-dev.10

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 (53) hide show
  1. package/package.json +9 -1
  2. package/src/schemas/v3/combined.json +662 -178
  3. package/src/schemas/v3/compactSkeleton.txt +63 -0
  4. package/src/schemas/v3/overlays/baspi4.json +43 -73
  5. package/src/schemas/v3/overlays/baspi5.json +43 -73
  6. package/src/schemas/v3/overlays/extensions/ac.json +2 -1
  7. package/src/schemas/v3/overlays/extensions/dk.json +3 -2
  8. package/src/schemas/v3/overlays/extensions/ic.json +44 -9
  9. package/src/schemas/v3/overlays/extensions/lc.json +3 -2
  10. package/src/schemas/v3/overlays/extensions/mi.json +2 -1
  11. package/src/schemas/v3/overlays/extensions/nd.json +3 -2
  12. package/src/schemas/v3/overlays/extensions/pc.json +3 -2
  13. package/src/schemas/v3/overlays/extensions/ph.json +2 -1
  14. package/src/schemas/v3/overlays/extensions/rw.json +4 -3
  15. package/src/schemas/v3/overlays/extensions/sc.json +8 -4
  16. package/src/schemas/v3/overlays/extensions/sd.json +3 -2
  17. package/src/schemas/v3/overlays/extensions/ta.json +0 -48
  18. package/src/schemas/v3/overlays/extensions/tr.json +3 -2
  19. package/src/schemas/v3/overlays/extensions/wg.json +2 -1
  20. package/src/schemas/v3/overlays/llc1.json +1 -2
  21. package/src/schemas/v3/overlays/lpe1.json +1 -1
  22. package/src/schemas/v3/overlays/nts.json +3 -1
  23. package/src/schemas/v3/overlays/nts2.json +3 -1
  24. package/src/schemas/v3/overlays/ntsl.json +3 -1
  25. package/src/schemas/v3/overlays/ntsl2.json +3 -1
  26. package/src/schemas/v3/overlays/piq.json +23 -24
  27. package/src/schemas/v3/overlays/rds.json +22 -49
  28. package/src/schemas/v3/overlays/sef25.json +16 -2
  29. package/src/schemas/v3/overlays/ta10.json +0 -9
  30. package/src/schemas/v3/overlays/ta6.json +37 -69
  31. package/src/schemas/v3/overlays/ta6ed6.json +248 -140
  32. package/src/schemas/v3/overlays/ta7ed5.json +66 -20
  33. package/src/schemas/v3/pdtf-transaction.json +397 -95
  34. package/src/schemas/v3/skeleton.json +70 -5
  35. package/src/utils/extractExtensionOverlays.js +11 -2
  36. package/src/utils/extractOverlay.js +20 -0
  37. package/CLAUDE.md +0 -101
  38. package/docs/backend-lms-profile-filtering-spec.md +0 -180
  39. package/src/examples/v1/exampleAddParticipantVouch.json +0 -32
  40. package/src/examples/v1/exampleDocumentedVouch.json +0 -40
  41. package/src/examples/v1/exampleElectronicRecord.json +0 -30
  42. package/src/examples/v1/exampleTransaction.json +0 -878
  43. package/src/examples/v1/exampleVouch.json +0 -25
  44. package/src/examples/v2/exampleTransaction.json +0 -901
  45. package/src/examples/v3/exampleAddParticipantVouch.json +0 -38
  46. package/src/examples/v3/exampleCustomOverlay.json +0 -55
  47. package/src/examples/v3/exampleCustomOverlay2.json +0 -93
  48. package/src/examples/v3/exampleDocumentedVouch.json +0 -47
  49. package/src/examples/v3/exampleElectronicRecord.json +0 -36
  50. package/src/examples/v3/exampleTransaction.json +0 -1038
  51. package/src/examples/v3/exampleVouch.json +0 -32
  52. package/src/mappings/SendPropertyDetailsRequestSchema.json +0 -1588
  53. package/src/mappings/adf.js +0 -198
@@ -2263,7 +2263,8 @@
2263
2263
  "properties": {
2264
2264
  "yesNo": {
2265
2265
  "enum": [
2266
- "Yes"
2266
+ "Yes",
2267
+ "Not known"
2267
2268
  ]
2268
2269
  }
2269
2270
  }
@@ -2717,7 +2718,8 @@
2717
2718
  "properties": {
2718
2719
  "yesNo": {
2719
2720
  "enum": [
2720
- "No"
2721
+ "No",
2722
+ "Not applicable"
2721
2723
  ]
2722
2724
  }
2723
2725
  }
@@ -2797,7 +2799,8 @@
2797
2799
  "properties": {
2798
2800
  "yesNo": {
2799
2801
  "enum": [
2800
- "No"
2802
+ "No",
2803
+ "Not known"
2801
2804
  ]
2802
2805
  }
2803
2806
  }
@@ -3364,77 +3367,41 @@
3364
3367
  "properties": {
3365
3368
  "ownership": {
3366
3369
  "ta6Ref": "1",
3367
- "discriminator": {
3368
- "propertyName": "areBoundariesUniform"
3369
- },
3370
- "oneOf": [
3371
- {
3372
- "properties": {
3373
- "areBoundariesUniform": {
3374
- "enum": [
3375
- "Yes"
3376
- ]
3377
- },
3378
- "uniformBoundaries": {
3379
- "ta6Ref": "1.1",
3380
- "required": [
3381
- "left",
3382
- "right",
3383
- "rear",
3384
- "front"
3385
- ],
3386
- "properties": {
3387
- "left": {
3388
- "ta6Ref": "1.1a"
3389
- },
3390
- "right": {
3391
- "ta6Ref": "1.1b"
3392
- },
3393
- "rear": {
3394
- "ta6Ref": "1.1c"
3395
- },
3396
- "front": {
3397
- "ta6Ref": "1.1d"
3398
- }
3399
- }
3400
- }
3401
- }
3402
- },
3403
- {
3404
- "properties": {
3405
- "areBoundariesUniform": {
3406
- "enum": [
3407
- "No"
3408
- ]
3409
- },
3410
- "details": {
3411
- "ta6Ref": "1.2.1"
3412
- },
3413
- "attachments": {
3414
- "ta6Ref": "1.2.2"
3415
- }
3416
- },
3417
- "required": [
3418
- "details",
3419
- "attachments"
3420
- ]
3421
- },
3422
- {
3423
- "properties": {
3424
- "areBoundariesUniform": {
3425
- "enum": [
3426
- "Not applicable"
3427
- ]
3428
- }
3429
- }
3430
- }
3431
- ],
3432
3370
  "required": [
3433
3371
  "areBoundariesUniform"
3434
3372
  ],
3435
3373
  "properties": {
3436
3374
  "areBoundariesUniform": {
3437
3375
  "ta6Ref": "1.2"
3376
+ },
3377
+ "uniformBoundaries": {
3378
+ "ta6Ref": "1.1",
3379
+ "required": [
3380
+ "left",
3381
+ "right",
3382
+ "rear",
3383
+ "front"
3384
+ ],
3385
+ "properties": {
3386
+ "left": {
3387
+ "ta6Ref": "1.1a"
3388
+ },
3389
+ "right": {
3390
+ "ta6Ref": "1.1b"
3391
+ },
3392
+ "rear": {
3393
+ "ta6Ref": "1.1c"
3394
+ },
3395
+ "front": {
3396
+ "ta6Ref": "1.1d"
3397
+ }
3398
+ }
3399
+ },
3400
+ "details": {
3401
+ "ta6Ref": "1.2.1"
3402
+ },
3403
+ "attachments": {
3404
+ "ta6Ref": "1.2.2"
3438
3405
  }
3439
3406
  }
3440
3407
  },
@@ -3533,7 +3500,8 @@
3533
3500
  "yesNo": {
3534
3501
  "enum": [
3535
3502
  "No",
3536
- "Not applicable"
3503
+ "Not applicable",
3504
+ "Not known"
3537
3505
  ]
3538
3506
  }
3539
3507
  }