@pdtf/schemas 3.2.1-6 → 3.2.1-7

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.2.1-6",
3
+ "version": "3.2.1-7",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "priceInformation": {
55
55
  "price": 1260000,
56
- "priceQualifier": "Offers in excess of"
56
+ "priceQualifier": "Offers over"
57
57
  },
58
58
  "buildInformation": {
59
59
  "building": { "propertyType": "House", "builtForm": "Detached" },
@@ -9874,6 +9874,7 @@
9874
9874
  "items": {
9875
9875
  "type": "string",
9876
9876
  "enum": [
9877
+ "None",
9877
9878
  "Level access",
9878
9879
  "Ramped access",
9879
9880
  "Lift access",
@@ -10365,7 +10366,18 @@
10365
10366
  "title": "Which Council Tax band does this property fall within?",
10366
10367
  "description": "Band I relates to Wales only",
10367
10368
  "type": "string",
10368
- "enum": ["A", "B", "C", "D", "E", "F", "G", "H", "I"]
10369
+ "enum": [
10370
+ "A",
10371
+ "B",
10372
+ "C",
10373
+ "D",
10374
+ "E",
10375
+ "F",
10376
+ "G",
10377
+ "H",
10378
+ "I",
10379
+ "Not banded"
10380
+ ]
10369
10381
  },
10370
10382
  "councilTaxAffectingAlterations": {
10371
10383
  "baspi4Ref": "A1.9.2",
@@ -20405,6 +20417,7 @@
20405
20417
  "items": {
20406
20418
  "type": "string",
20407
20419
  "enum": [
20420
+ "None",
20408
20421
  "Air conditioning",
20409
20422
  "Double glazing",
20410
20423
  "Triple glazing",
@@ -8062,6 +8062,7 @@
8062
8062
  "items": {
8063
8063
  "type": "string",
8064
8064
  "enum": [
8065
+ "None",
8065
8066
  "Level access",
8066
8067
  "Ramped access",
8067
8068
  "Lift access",
@@ -8490,7 +8491,8 @@
8490
8491
  "F",
8491
8492
  "G",
8492
8493
  "H",
8493
- "I"
8494
+ "I",
8495
+ "Not banded"
8494
8496
  ]
8495
8497
  },
8496
8498
  "councilTaxAffectingAlterations": {
@@ -17078,6 +17080,7 @@
17078
17080
  "items": {
17079
17081
  "type": "string",
17080
17082
  "enum": [
17083
+ "None",
17081
17084
  "Air conditioning",
17082
17085
  "Double glazing",
17083
17086
  "Triple glazing",