@pdtf/schemas 3.0.1-3 → 3.0.1-5

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.
@@ -218,7 +218,6 @@
218
218
  "discriminator": {
219
219
  "propertyName": "ownershipType"
220
220
  },
221
- "baspiRef": "A1.3.0",
222
221
  "oneOf": [
223
222
  {
224
223
  "properties": {
@@ -1036,6 +1035,7 @@
1036
1035
  ]
1037
1036
  }
1038
1037
  ],
1038
+ "baspiRef": "A1.3.0",
1039
1039
  "required": [
1040
1040
  "ownershipType"
1041
1041
  ],
@@ -5912,7 +5912,6 @@
5912
5912
  "discriminator": {
5913
5913
  "propertyName": "ownerType"
5914
5914
  },
5915
- "baspiRef": "B1.1",
5916
5915
  "oneOf": [
5917
5916
  {
5918
5917
  "properties": {
@@ -5952,6 +5951,7 @@
5952
5951
  ]
5953
5952
  }
5954
5953
  ],
5954
+ "baspiRef": "B1.1",
5955
5955
  "required": [
5956
5956
  "ownerType"
5957
5957
  ],
@@ -238,7 +238,6 @@
238
238
  "discriminator": {
239
239
  "propertyName": "ownershipType"
240
240
  },
241
- "ntsRef": "A3.1",
242
241
  "oneOf": [
243
242
  {
244
243
  "properties": {
@@ -546,6 +545,7 @@
546
545
  ]
547
546
  }
548
547
  ],
548
+ "ntsRef": "A3.1",
549
549
  "required": [
550
550
  "ownershipType"
551
551
  ],
@@ -2431,7 +2431,27 @@
2431
2431
  "items": {
2432
2432
  "discriminator": {
2433
2433
  "propertyName": "ownerType"
2434
- }
2434
+ },
2435
+ "oneOf": [
2436
+ {
2437
+ "properties": {
2438
+ "ownerType": {
2439
+ "enum": [
2440
+ "Private individual"
2441
+ ]
2442
+ }
2443
+ }
2444
+ },
2445
+ {
2446
+ "properties": {
2447
+ "ownerType": {
2448
+ "enum": [
2449
+ "Organisation"
2450
+ ]
2451
+ }
2452
+ }
2453
+ }
2454
+ ]
2435
2455
  }
2436
2456
  }
2437
2457
  }
@@ -2669,7 +2669,27 @@
2669
2669
  "items": {
2670
2670
  "discriminator": {
2671
2671
  "propertyName": "ownerType"
2672
- }
2672
+ },
2673
+ "oneOf": [
2674
+ {
2675
+ "properties": {
2676
+ "ownerType": {
2677
+ "enum": [
2678
+ "Private individual"
2679
+ ]
2680
+ }
2681
+ }
2682
+ },
2683
+ {
2684
+ "properties": {
2685
+ "ownerType": {
2686
+ "enum": [
2687
+ "Organisation"
2688
+ ]
2689
+ }
2690
+ }
2691
+ }
2692
+ ]
2673
2693
  }
2674
2694
  }
2675
2695
  }