|
16 | 16 | | [eventStartDateTime](#eventstartdatetime) | `string` | Required | cannot be null | [Appeal Event](appeal-event-properties-eventstartdatetime.md "appeal-event.schema.json#/properties/eventStartDateTime") | |
17 | 17 | | [eventEndDateTime](#eventenddatetime) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-eventenddatetime.md "appeal-event.schema.json#/properties/eventEndDateTime") | |
18 | 18 | | [notificationOfSiteVisit](#notificationofsitevisit) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-notificationofsitevisit.md "appeal-event.schema.json#/properties/notificationOfSiteVisit") | |
19 | | -| [addressLine1](#addressline1) | `string` | Required | cannot be null | [Appeal Event](appeal-event-properties-addressline1.md "appeal-event.schema.json#/properties/addressLine1") | |
| 19 | +| [addressLine1](#addressline1) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-addressline1.md "appeal-event.schema.json#/properties/addressLine1") | |
20 | 20 | | [addressLine2](#addressline2) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-addressline2.md "appeal-event.schema.json#/properties/addressLine2") | |
21 | | -| [addressTown](#addresstown) | `string` | Required | cannot be null | [Appeal Event](appeal-event-properties-addresstown.md "appeal-event.schema.json#/properties/addressTown") | |
| 21 | +| [addressTown](#addresstown) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-addresstown.md "appeal-event.schema.json#/properties/addressTown") | |
22 | 22 | | [addressCounty](#addresscounty) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-addresscounty.md "appeal-event.schema.json#/properties/addressCounty") | |
23 | | -| [addressPostcode](#addresspostcode) | `string` | Required | cannot be null | [Appeal Event](appeal-event-properties-addresspostcode.md "appeal-event.schema.json#/properties/addressPostcode") | |
| 23 | +| [addressPostcode](#addresspostcode) | `string` | Required | can be null | [Appeal Event](appeal-event-properties-addresspostcode.md "appeal-event.schema.json#/properties/addressPostcode") | |
24 | 24 | | Additional Properties | Any | Optional | can be null | | |
25 | 25 |
|
26 | 26 | ## eventId |
@@ -295,7 +295,7 @@ First line of address for the event site |
295 | 295 |
|
296 | 296 | * Type: `string` |
297 | 297 |
|
298 | | -* cannot be null |
| 298 | +* can be null |
299 | 299 |
|
300 | 300 | * defined in: [Appeal Event](appeal-event-properties-addressline1.md "appeal-event.schema.json#/properties/addressLine1") |
301 | 301 |
|
@@ -337,7 +337,7 @@ Town / City of the event address |
337 | 337 |
|
338 | 338 | * Type: `string` |
339 | 339 |
|
340 | | -* cannot be null |
| 340 | +* can be null |
341 | 341 |
|
342 | 342 | * defined in: [Appeal Event](appeal-event-properties-addresstown.md "appeal-event.schema.json#/properties/addressTown") |
343 | 343 |
|
@@ -385,7 +385,7 @@ Postal code of the event address |
385 | 385 |
|
386 | 386 | * Type: `string` |
387 | 387 |
|
388 | | -* cannot be null |
| 388 | +* can be null |
389 | 389 |
|
390 | 390 | * defined in: [Appeal Event](appeal-event-properties-addresspostcode.md "appeal-event.schema.json#/properties/addressPostcode") |
391 | 391 |
|
|
0 commit comments