@pdtf/schemas 3.6.0-21 → 3.6.0-22

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-21",
3
+ "version": "3.6.0-22",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -10370,14 +10370,11 @@
10370
10370
  "sef25Ref": "P1.2",
10371
10371
  "title": "Payment frequency",
10372
10372
  "type": "string",
10373
- "enum": ["Per month", "Per year"]
10373
+ "enum": ["Per month", "Per year", "Not applicable"]
10374
10374
  }
10375
10375
  },
10376
10376
  "baspi5Required": ["costOfPermit"],
10377
- "sef25Required": [
10378
- "costOfPermit",
10379
- "costOfPermitFrequency"
10380
- ]
10377
+ "sef25Required": ["costOfPermit", "costOfPermitFrequency"]
10381
10378
  }
10382
10379
  ]
10383
10380
  },
@@ -22336,7 +22333,11 @@
22336
22333
  "sef25Ref": "U1.1.2",
22337
22334
  "title": "Payment frequency if costs are associated",
22338
22335
  "type": "string",
22339
- "enum": ["Per month", "Per year"]
22336
+ "enum": [
22337
+ "Per month",
22338
+ "Per year",
22339
+ "Not applicable"
22340
+ ]
22340
22341
  }
22341
22342
  }
22342
22343
  }
@@ -23369,7 +23370,11 @@
23369
23370
  "sef25Ref": "U1.2.2",
23370
23371
  "title": "Payment frequency if costs are associated",
23371
23372
  "type": "string",
23372
- "enum": ["Per month", "Per year"]
23373
+ "enum": [
23374
+ "Per month",
23375
+ "Per year",
23376
+ "Not applicable"
23377
+ ]
23373
23378
  }
23374
23379
  }
23375
23380
  }
@@ -8381,7 +8381,8 @@
8381
8381
  "type": "string",
8382
8382
  "enum": [
8383
8383
  "Per month",
8384
- "Per year"
8384
+ "Per year",
8385
+ "Not applicable"
8385
8386
  ]
8386
8387
  }
8387
8388
  },
@@ -18617,7 +18618,8 @@
18617
18618
  "type": "string",
18618
18619
  "enum": [
18619
18620
  "Per month",
18620
- "Per year"
18621
+ "Per year",
18622
+ "Not applicable"
18621
18623
  ]
18622
18624
  }
18623
18625
  }
@@ -19296,7 +19298,8 @@
19296
19298
  "type": "string",
19297
19299
  "enum": [
19298
19300
  "Per month",
19299
- "Per year"
19301
+ "Per year",
19302
+ "Not applicable"
19300
19303
  ]
19301
19304
  }
19302
19305
  }