@pdtf/schemas 3.6.0-dev.1 → 3.6.0-dev.11
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.
- package/package.json +9 -1
- package/src/schemas/v3/combined.json +677 -182
- package/src/schemas/v3/compactSkeleton.txt +63 -0
- package/src/schemas/v3/overlays/baspi4.json +43 -73
- package/src/schemas/v3/overlays/baspi5.json +43 -73
- package/src/schemas/v3/overlays/extensions/ac.json +2 -1
- package/src/schemas/v3/overlays/extensions/dk.json +3 -2
- package/src/schemas/v3/overlays/extensions/ic.json +44 -9
- package/src/schemas/v3/overlays/extensions/lc.json +3 -2
- package/src/schemas/v3/overlays/extensions/mi.json +2 -1
- package/src/schemas/v3/overlays/extensions/nd.json +3 -2
- package/src/schemas/v3/overlays/extensions/pc.json +3 -2
- package/src/schemas/v3/overlays/extensions/ph.json +2 -1
- package/src/schemas/v3/overlays/extensions/rw.json +4 -3
- package/src/schemas/v3/overlays/extensions/sc.json +8 -4
- package/src/schemas/v3/overlays/extensions/sd.json +3 -2
- package/src/schemas/v3/overlays/extensions/ta.json +0 -48
- package/src/schemas/v3/overlays/extensions/tr.json +3 -2
- package/src/schemas/v3/overlays/extensions/wg.json +2 -1
- package/src/schemas/v3/overlays/llc1.json +1 -2
- package/src/schemas/v3/overlays/lpe1.json +1 -1
- package/src/schemas/v3/overlays/nts.json +3 -1
- package/src/schemas/v3/overlays/nts2.json +3 -1
- package/src/schemas/v3/overlays/ntsl.json +3 -1
- package/src/schemas/v3/overlays/ntsl2.json +3 -1
- package/src/schemas/v3/overlays/piq.json +23 -24
- package/src/schemas/v3/overlays/rds.json +22 -49
- package/src/schemas/v3/overlays/sef25.json +16 -2
- package/src/schemas/v3/overlays/ta10.json +0 -9
- package/src/schemas/v3/overlays/ta6.json +37 -69
- package/src/schemas/v3/overlays/ta6ed6.json +319 -180
- package/src/schemas/v3/overlays/ta7ed5.json +66 -20
- package/src/schemas/v3/pdtf-transaction.json +397 -95
- package/src/schemas/v3/skeleton.json +70 -5
- package/src/utils/extractExtensionOverlays.js +11 -2
- package/src/utils/extractOverlay.js +20 -0
- package/CLAUDE.md +0 -101
- package/docs/backend-lms-profile-filtering-spec.md +0 -180
- package/src/examples/v1/exampleAddParticipantVouch.json +0 -32
- package/src/examples/v1/exampleDocumentedVouch.json +0 -40
- package/src/examples/v1/exampleElectronicRecord.json +0 -30
- package/src/examples/v1/exampleTransaction.json +0 -878
- package/src/examples/v1/exampleVouch.json +0 -25
- package/src/examples/v2/exampleTransaction.json +0 -901
- package/src/examples/v3/exampleAddParticipantVouch.json +0 -38
- package/src/examples/v3/exampleCustomOverlay.json +0 -55
- package/src/examples/v3/exampleCustomOverlay2.json +0 -93
- package/src/examples/v3/exampleDocumentedVouch.json +0 -47
- package/src/examples/v3/exampleElectronicRecord.json +0 -36
- package/src/examples/v3/exampleTransaction.json +0 -1038
- package/src/examples/v3/exampleVouch.json +0 -32
- package/src/mappings/SendPropertyDetailsRequestSchema.json +0 -1588
- package/src/mappings/adf.js +0 -198
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"verification": {
|
|
3
|
-
"trust_framework": "uk_pdtf",
|
|
4
|
-
"time": "2022-01-25T13:05:03.108Z",
|
|
5
|
-
"evidence": [
|
|
6
|
-
{
|
|
7
|
-
"type": "vouch",
|
|
8
|
-
"attestation": {
|
|
9
|
-
"type": "digital_attestation",
|
|
10
|
-
"voucher": {
|
|
11
|
-
"name": "Maria Harris"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"verification_method": {
|
|
15
|
-
"type": "auth"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"claims": {
|
|
21
|
-
"/propertyPack/materialFacts/delayFactors/hasDelayFactors": {
|
|
22
|
-
"yesNo": "No"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|