@pdtf/schemas 3.0.0-13 → 3.0.0-14

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-13",
3
+ "version": "3.0.0-14",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -119,6 +119,7 @@
119
119
  },
120
120
  "parking": {
121
121
  "parkingArrangements": ["Garage", "Driveway"],
122
+ "disabledParking": { "yesNo": "No" },
122
123
  "electricVehicleChargingPoint": { "yesNo": "No" },
123
124
  "controlledParking": { "yesNo": "No" }
124
125
  },
@@ -446,7 +446,7 @@
446
446
  "properties": {
447
447
  "building": {
448
448
  "ntsRef": "B1.1.1",
449
- "title": "Building informatiom",
449
+ "title": "Building information",
450
450
  "type": "object",
451
451
  "ntsRequired": ["builtForm", "propertyType"],
452
452
  "properties": {
@@ -8018,6 +8018,7 @@
8018
8018
  ],
8019
8019
  "ntsRequired": [
8020
8020
  "parkingArrangements",
8021
+ "disabledParking",
8021
8022
  "controlledParking",
8022
8023
  "electricVehicleChargingPoint"
8023
8024
  ],
@@ -8044,21 +8045,33 @@
8044
8045
  "On Street",
8045
8046
  "Rear",
8046
8047
  "Private",
8047
- "Disabled Parking Available",
8048
- "No Disabled Parking Available",
8049
8048
  "Garage En Bloc"
8050
8049
  ]
8051
8050
  }
8052
8051
  },
8053
- "controlledParking": {
8052
+ "disabledParking": {
8054
8053
  "ntsRef": "B4.2",
8054
+ "title": "Is disabled parking available?",
8055
+ "type": "object",
8056
+ "properties": {
8057
+ "yesNo": {
8058
+ "ntsRef": "B4.2.1",
8059
+ "type": "string",
8060
+ "title": "",
8061
+ "enum": ["Yes", "No", "Not known"]
8062
+ }
8063
+ },
8064
+ "ntsRequired": ["yesNo"]
8065
+ },
8066
+ "controlledParking": {
8067
+ "ntsRef": "B4.3",
8055
8068
  "baspiRef": "A1.6.2",
8056
8069
  "ta6Ref": "9.2",
8057
8070
  "title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
8058
8071
  "type": "object",
8059
8072
  "properties": {
8060
8073
  "yesNo": {
8061
- "ntsRef": "B4.2.1",
8074
+ "ntsRef": "B4.3.1",
8062
8075
  "baspiRef": "A1.6.2.1",
8063
8076
  "ta6Ref": "9.2.1",
8064
8077
  "type": "string",
@@ -8071,13 +8084,13 @@
8071
8084
  "ta6Required": ["yesNo"]
8072
8085
  },
8073
8086
  "electricVehicleChargingPoint": {
8074
- "ntsRef": "B4.3",
8087
+ "ntsRef": "B4.4",
8075
8088
  "baspiRef": "A1.6.1",
8076
8089
  "title": "Is there an electric vehicle charging point belonging to the property?",
8077
8090
  "type": "object",
8078
8091
  "properties": {
8079
8092
  "yesNo": {
8080
- "ntsRef": "B4.2.1",
8093
+ "ntsRef": "B4.4.1",
8081
8094
  "baspiRef": "A1.6.1.1",
8082
8095
  "type": "string",
8083
8096
  "title": "",
@@ -8085,8 +8098,7 @@
8085
8098
  }
8086
8099
  },
8087
8100
  "baspiRequired": ["yesNo"],
8088
- "ntsRequired": ["yesNo"],
8089
- "ta6Required": ["yesNo"]
8101
+ "ntsRequired": ["yesNo"]
8090
8102
  }
8091
8103
  }
8092
8104
  },
@@ -8359,8 +8371,8 @@
8359
8371
  "ntsRef": "A1.2.1",
8360
8372
  "rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
8361
8373
  "piqRef": "A5.5",
8362
- "title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
8363
- "description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
8374
+ "title": "Is the property built in a standard form of construction?",
8375
+ "description": "Standard construction is brick and/or block with timber-supported roof comprising a tile or slate cover. Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows.",
8364
8376
  "type": "object",
8365
8377
  "properties": {
8366
8378
  "yesNo": {
@@ -8555,7 +8567,7 @@
8555
8567
  "accessibilityAndAdaptations": {
8556
8568
  "ntsRef": "C5",
8557
8569
  "title": "Are there any adaptations or features that provide easier access to, and within, the property?",
8558
- "description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level",
8570
+ "description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
8559
8571
  "type": "array",
8560
8572
  "items": {
8561
8573
  "type": "string",
@@ -20204,7 +20216,7 @@
20204
20216
  "details": {
20205
20217
  "ntsRef": "B3.4.4",
20206
20218
  "title": "Community heating system details",
20207
- "description": "Please descripbe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating",
20219
+ "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
20208
20220
  "type": "string",
20209
20221
  "minLength": 1
20210
20222
  }
@@ -38088,126 +38100,7 @@
38088
38100
  "propertyType": {
38089
38101
  "title": "Type of Property",
38090
38102
  "description": "The type or category of the property.",
38091
- "type": "string",
38092
- "enum": [
38093
- "Not Specified",
38094
- "Terraced House",
38095
- "End of terrace house",
38096
- "Semi-detached house",
38097
- "Detached house",
38098
- "Mews house",
38099
- "Cluster house",
38100
- "Ground floor flat",
38101
- "Flat",
38102
- "Studio flat",
38103
- "Ground floor maisonette",
38104
- "Maisonette",
38105
- "Bungalow",
38106
- "Terraced bungalow",
38107
- "Semi-detached bungalow",
38108
- "Detached bungalow",
38109
- "Mobile home",
38110
- "Land (Residential)",
38111
- "Link detached house",
38112
- "Town house",
38113
- "Cottage",
38114
- "Chalet",
38115
- "Character Property",
38116
- "House (unspecified)",
38117
- "Villa",
38118
- "Apartment",
38119
- "Penthouse",
38120
- "Finca",
38121
- "Barn Conversion",
38122
- "Serviced apartment",
38123
- "Parking",
38124
- "Sheltered Housing",
38125
- "Reteirment property",
38126
- "House share",
38127
- "Flat share",
38128
- "Park home",
38129
- "Garages",
38130
- "Farm House",
38131
- "Equestrian facility",
38132
- "Duplex",
38133
- "Triplex",
38134
- "Longere",
38135
- "Gite",
38136
- "Barn",
38137
- "Trulli",
38138
- "Mill",
38139
- "Ruins",
38140
- "Restaurant",
38141
- "Cafe",
38142
- "Castle",
38143
- "Village House",
38144
- "Cave House",
38145
- "Cortijo",
38146
- "Farm Land",
38147
- "Plot",
38148
- "Country House",
38149
- "Stone House",
38150
- "Caravan",
38151
- "Lodge",
38152
- "Log Cabin",
38153
- "Manor House",
38154
- "Stately Home",
38155
- "Off-Plan",
38156
- "Semi-detached Villa",
38157
- "Detached Villa",
38158
- "Bar/Nightclub",
38159
- "Shop",
38160
- "Riad",
38161
- "House Boat",
38162
- "Hotel Room",
38163
- "Block of Apartments",
38164
- "Private Halls",
38165
- "Office",
38166
- "Business Park",
38167
- "Serviced Office",
38168
- "Retail Property (High Street)",
38169
- "Retail Property (Out of Town)",
38170
- "Convenience Store",
38171
- "Hairdresser/Barber Shop",
38172
- "Hotel",
38173
- "Petrol Station",
38174
- "Post Office",
38175
- "Pub",
38176
- "Workshop & Retail Space",
38177
- "Distribution Warehouse",
38178
- "Factory",
38179
- "Heavy Industrial",
38180
- "Industrial Park",
38181
- "Light Industrial",
38182
- "Storage",
38183
- "Showroom",
38184
- "Warehouse",
38185
- "Land (Commercial)",
38186
- "Commercial Development",
38187
- "Industrial Development",
38188
- "Residential Development",
38189
- "Commercial Property",
38190
- "Data Centre",
38191
- "Farm",
38192
- "Healthcare Facility",
38193
- "Marine Property",
38194
- "Mixed Use",
38195
- "Research & Development Facility",
38196
- "Science Park",
38197
- "Guest House",
38198
- "Hospitality",
38199
- "Leisure Facility",
38200
- "Takeaway",
38201
- "Childcare Facility",
38202
- "Smallholding",
38203
- "Place of Worship",
38204
- "Trade Counter",
38205
- "Coach House",
38206
- "House of Multiple Occupation",
38207
- "Sports facilities",
38208
- "Spa",
38209
- "Campsite & Holiday Village"
38210
- ]
38103
+ "type": "string"
38211
38104
  },
38212
38105
  "marketingTenure": {
38213
38106
  "title": "Marketing Tenure",
@@ -518,6 +518,7 @@
518
518
  "ntsRef": "B4",
519
519
  "required": [
520
520
  "parkingArrangements",
521
+ "disabledParking",
521
522
  "controlledParking",
522
523
  "electricVehicleChargingPoint"
523
524
  ],
@@ -528,7 +529,7 @@
528
529
  "ntsRef": "B4.1.1"
529
530
  }
530
531
  },
531
- "controlledParking": {
532
+ "disabledParking": {
532
533
  "ntsRef": "B4.2",
533
534
  "required": [
534
535
  "yesNo"
@@ -539,14 +540,25 @@
539
540
  }
540
541
  }
541
542
  },
542
- "electricVehicleChargingPoint": {
543
+ "controlledParking": {
543
544
  "ntsRef": "B4.3",
544
545
  "required": [
545
546
  "yesNo"
546
547
  ],
547
548
  "properties": {
548
549
  "yesNo": {
549
- "ntsRef": "B4.2.1"
550
+ "ntsRef": "B4.3.1"
551
+ }
552
+ }
553
+ },
554
+ "electricVehicleChargingPoint": {
555
+ "ntsRef": "B4.4",
556
+ "required": [
557
+ "yesNo"
558
+ ],
559
+ "properties": {
560
+ "yesNo": {
561
+ "ntsRef": "B4.4.1"
550
562
  }
551
563
  }
552
564
  }
@@ -76,11 +76,6 @@
76
76
  "ta6Ref": "9.2.1"
77
77
  }
78
78
  }
79
- },
80
- "electricVehicleChargingPoint": {
81
- "required": [
82
- "yesNo"
83
- ]
84
79
  }
85
80
  }
86
81
  },
@@ -339,7 +339,7 @@
339
339
  "type": "object",
340
340
  "properties": {
341
341
  "building": {
342
- "title": "Building informatiom",
342
+ "title": "Building information",
343
343
  "type": "object",
344
344
  "properties": {
345
345
  "builtForm": {
@@ -6963,12 +6963,25 @@
6963
6963
  "On Street",
6964
6964
  "Rear",
6965
6965
  "Private",
6966
- "Disabled Parking Available",
6967
- "No Disabled Parking Available",
6968
6966
  "Garage En Bloc"
6969
6967
  ]
6970
6968
  }
6971
6969
  },
6970
+ "disabledParking": {
6971
+ "title": "Is disabled parking available?",
6972
+ "type": "object",
6973
+ "properties": {
6974
+ "yesNo": {
6975
+ "type": "string",
6976
+ "title": "",
6977
+ "enum": [
6978
+ "Yes",
6979
+ "No",
6980
+ "Not known"
6981
+ ]
6982
+ }
6983
+ }
6984
+ },
6972
6985
  "controlledParking": {
6973
6986
  "title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
6974
6987
  "type": "object",
@@ -7196,8 +7209,8 @@
7196
7209
  "type": "object",
7197
7210
  "properties": {
7198
7211
  "isStandardForm": {
7199
- "title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
7200
- "description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
7212
+ "title": "Is the property built in a standard form of construction?",
7213
+ "description": "Standard construction is brick and/or block with timber-supported roof comprising a tile or slate cover. Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows.",
7201
7214
  "type": "object",
7202
7215
  "properties": {
7203
7216
  "yesNo": {
@@ -7354,7 +7367,7 @@
7354
7367
  },
7355
7368
  "accessibilityAndAdaptations": {
7356
7369
  "title": "Are there any adaptations or features that provide easier access to, and within, the property?",
7357
- "description": "Lateral living is a term used to describe a property that has essential facilites on the entrance level",
7370
+ "description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
7358
7371
  "type": "array",
7359
7372
  "items": {
7360
7373
  "type": "string",
@@ -17608,7 +17621,7 @@
17608
17621
  },
17609
17622
  "details": {
17610
17623
  "title": "Community heating system details",
17611
- "description": "Please descripbe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating",
17624
+ "description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
17612
17625
  "type": "string",
17613
17626
  "minLength": 1
17614
17627
  }
@@ -34490,126 +34503,7 @@
34490
34503
  "propertyType": {
34491
34504
  "title": "Type of Property",
34492
34505
  "description": "The type or category of the property.",
34493
- "type": "string",
34494
- "enum": [
34495
- "Not Specified",
34496
- "Terraced House",
34497
- "End of terrace house",
34498
- "Semi-detached house",
34499
- "Detached house",
34500
- "Mews house",
34501
- "Cluster house",
34502
- "Ground floor flat",
34503
- "Flat",
34504
- "Studio flat",
34505
- "Ground floor maisonette",
34506
- "Maisonette",
34507
- "Bungalow",
34508
- "Terraced bungalow",
34509
- "Semi-detached bungalow",
34510
- "Detached bungalow",
34511
- "Mobile home",
34512
- "Land (Residential)",
34513
- "Link detached house",
34514
- "Town house",
34515
- "Cottage",
34516
- "Chalet",
34517
- "Character Property",
34518
- "House (unspecified)",
34519
- "Villa",
34520
- "Apartment",
34521
- "Penthouse",
34522
- "Finca",
34523
- "Barn Conversion",
34524
- "Serviced apartment",
34525
- "Parking",
34526
- "Sheltered Housing",
34527
- "Reteirment property",
34528
- "House share",
34529
- "Flat share",
34530
- "Park home",
34531
- "Garages",
34532
- "Farm House",
34533
- "Equestrian facility",
34534
- "Duplex",
34535
- "Triplex",
34536
- "Longere",
34537
- "Gite",
34538
- "Barn",
34539
- "Trulli",
34540
- "Mill",
34541
- "Ruins",
34542
- "Restaurant",
34543
- "Cafe",
34544
- "Castle",
34545
- "Village House",
34546
- "Cave House",
34547
- "Cortijo",
34548
- "Farm Land",
34549
- "Plot",
34550
- "Country House",
34551
- "Stone House",
34552
- "Caravan",
34553
- "Lodge",
34554
- "Log Cabin",
34555
- "Manor House",
34556
- "Stately Home",
34557
- "Off-Plan",
34558
- "Semi-detached Villa",
34559
- "Detached Villa",
34560
- "Bar/Nightclub",
34561
- "Shop",
34562
- "Riad",
34563
- "House Boat",
34564
- "Hotel Room",
34565
- "Block of Apartments",
34566
- "Private Halls",
34567
- "Office",
34568
- "Business Park",
34569
- "Serviced Office",
34570
- "Retail Property (High Street)",
34571
- "Retail Property (Out of Town)",
34572
- "Convenience Store",
34573
- "Hairdresser/Barber Shop",
34574
- "Hotel",
34575
- "Petrol Station",
34576
- "Post Office",
34577
- "Pub",
34578
- "Workshop & Retail Space",
34579
- "Distribution Warehouse",
34580
- "Factory",
34581
- "Heavy Industrial",
34582
- "Industrial Park",
34583
- "Light Industrial",
34584
- "Storage",
34585
- "Showroom",
34586
- "Warehouse",
34587
- "Land (Commercial)",
34588
- "Commercial Development",
34589
- "Industrial Development",
34590
- "Residential Development",
34591
- "Commercial Property",
34592
- "Data Centre",
34593
- "Farm",
34594
- "Healthcare Facility",
34595
- "Marine Property",
34596
- "Mixed Use",
34597
- "Research & Development Facility",
34598
- "Science Park",
34599
- "Guest House",
34600
- "Hospitality",
34601
- "Leisure Facility",
34602
- "Takeaway",
34603
- "Childcare Facility",
34604
- "Smallholding",
34605
- "Place of Worship",
34606
- "Trade Counter",
34607
- "Coach House",
34608
- "House of Multiple Occupation",
34609
- "Sports facilities",
34610
- "Spa",
34611
- "Campsite & Holiday Village"
34612
- ]
34506
+ "type": "string"
34613
34507
  },
34614
34508
  "marketingTenure": {
34615
34509
  "title": "Marketing Tenure",
@@ -994,6 +994,9 @@
994
994
  },
995
995
  "parking": {
996
996
  "parkingArrangements": {},
997
+ "disabledParking": {
998
+ "yesNo": {}
999
+ },
997
1000
  "controlledParking": {
998
1001
  "yesNo": {}
999
1002
  },