@pdtf/schemas 0.7.1 → 0.7.2

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": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -691,8 +691,8 @@
691
691
  "baspiRef": "B7.3",
692
692
  "RDSRef": "RightsHolders/Text",
693
693
  "lawSocietyRef": "TA6/14.2",
694
- "title": "Are there any dates on which you cannot move? [Note: The moving date will not be fixed until contracts are exchanged i.e. have become binding. Until then you should only make provisional removal arrangements.]",
695
- "description": "If yes, please give details of dates on which the seller cannot complete/move [Note: you do not need to be physically present on the day of Completion so long as the property is cleared]. Note: Timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
694
+ "title": "Are there any dates on which you cannot move? ",
695
+ "description": "If yes, please provide the dates. Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
696
696
  "type": "object",
697
697
  "properties": {
698
698
  "yesNo": {
@@ -180,6 +180,14 @@
180
180
  "maximum": 180
181
181
  }
182
182
  },
183
+ "localAuthority": {
184
+ "localAuthorityName": {
185
+ "type": "string"
186
+ },
187
+ "localAuthorityReference": {
188
+ "type": "string"
189
+ }
190
+ },
183
191
  "priceInformation": {
184
192
  "price": {
185
193
  "type": "number",
@@ -752,6 +760,10 @@
752
760
  "title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
753
761
  "$ref": "#/$defs/yesNoDetailIfYes",
754
762
  "description": "If yes, please give details"
763
+ },
764
+ "councilTaxAnnualCharge": {
765
+ "title": "What is the current annual Council Tax charge? (£)",
766
+ "type": "integer"
755
767
  }
756
768
  }
757
769
  },
@@ -345,6 +345,9 @@
345
345
  "expires_in": {
346
346
  "type": "integer",
347
347
  "minimum": 1
348
+ },
349
+ "pdtfSchemaPath": {
350
+ "type": "string"
348
351
  }
349
352
  },
350
353
  "required": ["digest", "url"]