@pdtf/schemas 3.6.0-dev.6 → 3.6.0-dev.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.6.0-dev.6",
3
+ "version": "3.6.0-dev.7",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -890,14 +890,14 @@
890
890
  },
891
891
  "ruralUrbanClassification": {
892
892
  "title": "ONS Rural Urban Classification (2021)",
893
- "description": "The ONS 2021 Rural Urban Classification for the Output Area containing this property. Values follow the RUC21 categories: Urban (Nearer/Further to major town or city), Larger rural settlement (Nearer/Further), Smaller rural settlement (Nearer/Further).",
893
+ "description": "The human-readable Rural Urban Classification for the area containing this property. For England and Wales this is the ONS 2021 RUC21 category (e.g. \"Urban: Nearer to a major town or city\", \"Larger rural: Further from a major town or city\", \"Smaller rural: Nearer to a major town or city\"). For Scotland this is the Scottish Government Urban Rural Classification category (e.g. \"Large Urban Areas\", \"Remote Rural\"), which uses a different scheme and is not represented in ruralUrbanCode.",
894
894
  "type": "string"
895
895
  },
896
896
  "ruralUrbanCode": {
897
897
  "title": "ONS Rural Urban Classification code (2021)",
898
- "description": "The ONS 2021 Rural Urban Classification code (e.g. UN1, UN2, LR1, LR2, SR1, SR2).",
898
+ "description": "The ONS 2021 Rural Urban Classification code for the Output Area containing this property (England and Wales only). UN1 = Urban: Nearer to a major town or city; UF1 = Urban: Further from a major town or city; RLN1 = Larger rural: Nearer; RLF1 = Larger rural: Further; RSN1 = Smaller rural: Nearer; RSF1 = Smaller rural: Further.",
899
899
  "type": "string",
900
- "enum": ["UN1", "UN2", "LR1", "LR2", "SR1", "SR2"]
900
+ "enum": ["UN1", "UF1", "RLN1", "RLF1", "RSN1", "RSF1"]
901
901
  },
902
902
  "region": {
903
903
  "title": "Government Office Region",
@@ -642,20 +642,20 @@
642
642
  },
643
643
  "ruralUrbanClassification": {
644
644
  "title": "ONS Rural Urban Classification (2021)",
645
- "description": "The ONS 2021 Rural Urban Classification for the Output Area containing this property. Values follow the RUC21 categories: Urban (Nearer/Further to major town or city), Larger rural settlement (Nearer/Further), Smaller rural settlement (Nearer/Further).",
645
+ "description": "The human-readable Rural Urban Classification for the area containing this property. For England and Wales this is the ONS 2021 RUC21 category (e.g. \"Urban: Nearer to a major town or city\", \"Larger rural: Further from a major town or city\", \"Smaller rural: Nearer to a major town or city\"). For Scotland this is the Scottish Government Urban Rural Classification category (e.g. \"Large Urban Areas\", \"Remote Rural\"), which uses a different scheme and is not represented in ruralUrbanCode.",
646
646
  "type": "string"
647
647
  },
648
648
  "ruralUrbanCode": {
649
649
  "title": "ONS Rural Urban Classification code (2021)",
650
- "description": "The ONS 2021 Rural Urban Classification code (e.g. UN1, UN2, LR1, LR2, SR1, SR2).",
650
+ "description": "The ONS 2021 Rural Urban Classification code for the Output Area containing this property (England and Wales only). UN1 = Urban: Nearer to a major town or city; UF1 = Urban: Further from a major town or city; RLN1 = Larger rural: Nearer; RLF1 = Larger rural: Further; RSN1 = Smaller rural: Nearer; RSF1 = Smaller rural: Further.",
651
651
  "type": "string",
652
652
  "enum": [
653
653
  "UN1",
654
- "UN2",
655
- "LR1",
656
- "LR2",
657
- "SR1",
658
- "SR2"
654
+ "UF1",
655
+ "RLN1",
656
+ "RLF1",
657
+ "RSN1",
658
+ "RSF1"
659
659
  ]
660
660
  },
661
661
  "region": {