@pdtf/schemas 3.6.0-9 → 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.
- package/README.md +57 -33
- package/docs/branch-release-workflow.md +138 -0
- package/docs/sef25-extensions-ui-spec.md +355 -0
- package/index.js +131 -75
- package/package.json +14 -2
- package/src/schemas/v3/combined.json +7952 -1721
- package/src/schemas/v3/compactSkeleton.txt +379 -5
- package/src/schemas/v3/overlays/baspi4.json +205 -93
- package/src/schemas/v3/overlays/baspi5.json +210 -95
- package/src/schemas/v3/overlays/extensions/ac.json +334 -0
- package/src/schemas/v3/overlays/extensions/as.json +4 -2
- package/src/schemas/v3/overlays/extensions/dk.json +33 -0
- package/src/schemas/v3/overlays/extensions/dr.json +9 -9
- package/src/schemas/v3/overlays/extensions/er.json +4 -2
- package/src/schemas/v3/overlays/extensions/fd.json +6 -3
- package/src/schemas/v3/overlays/extensions/hi.json +6 -3
- package/src/schemas/v3/overlays/extensions/hs.json +4 -2
- package/src/schemas/v3/overlays/extensions/ic.json +94 -0
- package/src/schemas/v3/overlays/extensions/jk.json +28 -8
- package/src/schemas/v3/overlays/extensions/la.json +4 -2
- package/src/schemas/v3/overlays/extensions/lc.json +76 -0
- package/src/schemas/v3/overlays/extensions/ma.json +6 -3
- package/src/schemas/v3/overlays/extensions/mc.json +4 -2
- package/src/schemas/v3/overlays/extensions/mi.json +70 -0
- package/src/schemas/v3/overlays/extensions/nd.json +44 -0
- package/src/schemas/v3/overlays/extensions/oa.json +4 -2
- package/src/schemas/v3/overlays/extensions/oc.json +4 -2
- package/src/schemas/v3/overlays/extensions/pc.json +38 -0
- package/src/schemas/v3/overlays/extensions/ph.json +195 -0
- package/src/schemas/v3/overlays/extensions/rw.json +69 -0
- package/src/schemas/v3/overlays/extensions/sb.json +4 -2
- package/src/schemas/v3/overlays/extensions/sc.json +133 -0
- package/src/schemas/v3/overlays/extensions/sd.json +64 -0
- package/src/schemas/v3/overlays/extensions/sf.json +4 -2
- package/src/schemas/v3/overlays/extensions/sl.json +4 -2
- package/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/src/schemas/v3/overlays/extensions/tf.json +6 -3
- package/src/schemas/v3/overlays/extensions/tr.json +74 -0
- package/src/schemas/v3/overlays/extensions/wg.json +351 -0
- package/src/schemas/v3/overlays/fme1.json +16 -14
- package/src/schemas/v3/overlays/llc1.json +1 -2
- package/src/schemas/v3/overlays/lpe1.json +61 -31
- package/src/schemas/v3/overlays/nts.json +71 -2
- package/src/schemas/v3/overlays/nts2.json +71 -5
- package/src/schemas/v3/overlays/ntsl.json +71 -2
- package/src/schemas/v3/overlays/ntsl2.json +71 -5
- package/src/schemas/v3/overlays/piq.json +60 -27
- package/src/schemas/v3/overlays/rds.json +139 -57
- package/src/schemas/v3/overlays/sef25.json +1653 -0
- package/src/schemas/v3/overlays/ta10.json +0 -9
- package/src/schemas/v3/overlays/ta6.json +83 -85
- package/src/schemas/v3/overlays/ta6ed6.json +6641 -0
- package/src/schemas/v3/overlays/ta7.json +70 -6
- package/src/schemas/v3/overlays/ta7ed5.json +1597 -0
- package/src/schemas/v3/pdtf-transaction.json +4525 -1013
- package/src/schemas/v3/skeleton.json +512 -40
- package/src/utils/extractExtensionOverlays.js +302 -31
- package/src/utils/extractOverlay.js +114 -27
- package/src/utils/pathSkeleton.js +1 -1
- package/.claude/settings.local.json +0 -42
- package/.github/workflows/pages.yml +0 -50
- package/CNAME +0 -1
- package/_config.yml +0 -1
- 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
- package/src/tests/v3/caching.test.js +0 -591
- package/src/tests/v3/enquiries.test.js +0 -1096
- package/src/tests/v3/extensionOverlays.test.js +0 -525
- package/src/tests/v3/offers.test.js +0 -823
- package/src/tests/v3/patternProperties.test.js +0 -688
- package/src/tests/v3/transactionSchema.test.js +0 -615
- package/src/tests/v3/verifiedClaimsValidator.test.js +0 -195
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "DsSaQjKeXTB2qvKkgSfJkh",
|
|
3
|
-
"transactionId": "LnRdGiBUkLbnuNJ89p4CEj",
|
|
4
|
-
"schemaVersion": "3.2.1",
|
|
5
|
-
"timestamp": 1643115903108,
|
|
6
|
-
"verification": {
|
|
7
|
-
"trust_framework": "uk_pdtf",
|
|
8
|
-
"time": "2022-01-25T13:05:03.108Z",
|
|
9
|
-
"evidence": [
|
|
10
|
-
{
|
|
11
|
-
"type": "vouch",
|
|
12
|
-
"attestation": {
|
|
13
|
-
"type": "digital_attestation",
|
|
14
|
-
"voucher": {
|
|
15
|
-
"name": "Maria Harris"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"verification_method": {
|
|
19
|
-
"type": "auth"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
"terms_of_use": {
|
|
25
|
-
"confidentiality_level": "restricted"
|
|
26
|
-
},
|
|
27
|
-
"claims": {
|
|
28
|
-
"/propertyPack/delayFactors/hasDelayFactors": {
|
|
29
|
-
"yesNo": "No"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|