@pdtf/schemas 3.0.0-23 → 3.0.0-24

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.0.0-23",
3
+ "version": "3.0.0-24",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -0,0 +1,32 @@
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": "Martin Abode"
12
+ }
13
+ },
14
+ "verification_method": {
15
+ "type": "auth"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ "claims": {
21
+ "/participants/-": {
22
+ "name": {
23
+ "firstName": "Martin",
24
+ "lastName": "Abode"
25
+ },
26
+ "email": "martin@abode.co.uk",
27
+ "organisation": "Abode and Floggit Estate Agents",
28
+ "organisationReference": "MAR/12243/22",
29
+ "role": "Estate Agent"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "verification": {
3
+ "trust_framework": "uk_pdtf",
4
+ "time": "2022-01-25T13:16:44.527Z",
5
+ "evidence": [
6
+ {
7
+ "type": "vouch",
8
+ "attachments": [
9
+ {
10
+ "digest": {
11
+ "alg": "md5",
12
+ "value": "randomHashValue"
13
+ },
14
+ "url": "https://fakeFileStore.com/some/kind/of/file",
15
+ "desc": "proofOfAddress.pdf",
16
+ "pdtfSchemaPath": "/propertyPack/materialFacts/councilTax/councilTaxAffectingAlterations/details"
17
+ }
18
+ ],
19
+ "verification_method": {
20
+ "type": "auth"
21
+ },
22
+ "attestation": {
23
+ "voucher": {
24
+ "name": "Maria Harris"
25
+ },
26
+ "type": "digital_attestation"
27
+ }
28
+ }
29
+ ]
30
+ },
31
+ "claims": {
32
+ "/propertyPack/councilTax": {
33
+ "councilTaxBand": "D",
34
+ "councilTaxAffectingAlterations": {
35
+ "yesNo": "Yes",
36
+ "details": "Extension added in 2005 to add bedroom with ensuite shower room. Certificate of Compliance issued 17th Feb 2006 and council tax updated"
37
+ }
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "verification": {
3
+ "time": "2022-01-25T07:52:14.318Z",
4
+ "trust_framework": "uk_pdtf",
5
+ "evidence": [
6
+ {
7
+ "type": "electronic_record",
8
+ "verifier": {
9
+ "organization": "Property Pack Assembly Software Ltd"
10
+ },
11
+ "record": {
12
+ "source": {
13
+ "name": "Royal Mail Postcode Address File",
14
+ "rights": "(c) Royal Mail"
15
+ },
16
+ "type": "postcode_address_file"
17
+ }
18
+ }
19
+ ]
20
+ },
21
+ "claims": {
22
+ "/propertyPack/address": {
23
+ "line1": "3 The Hollys",
24
+ "line2": "Birtley",
25
+ "town": "CHESTER LE STREET",
26
+ "county": "County Durham",
27
+ "postcode": "DH3 1QN"
28
+ }
29
+ }
30
+ }