InvalidAttachmentReceived Data
2025-01-01 | ๐ 189 words | โฑ 2 mins | ๐งพ History | โ NHS Notify | ๐ NHS Notify
๐ง This page has less that 200 words. So it looks like this page is still under construction.
Data payload of the InvalidAttachmentReceived event
Known Issues / Todo
- โ This page is draft and is subject to rapid change, and may not be fully accurate or complete
InvalidAttachmentReceived Data
Data payload of the InvalidAttachmentReceived event
Schema Information
- Schema ID:
https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/data/digital-letters-print-invalid-attachment-received-data.schema.json - Schema Version:
https://json-schema.org/draft/2020-12/schema - Source File:
digital-letters/2025-10-draft/data/digital-letters-print-invalid-attachment-received-data.schema.yaml
Properties
messageReference
Type: unknown
No description available.
Reference: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/messageReference
senderId
Type: unknown
No description available.
Reference: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/senderId
failureCode
Type: unknown
No description available.
Reference: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/failureCode
Required Fields
messageReferencesenderIdfailureCode
Additional Properties
Additional properties are not allowed.
Type
object
Raw Schema
$id: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/data/digital-letters-print-invalid-attachment-received-data.schema.json
$schema: https://json-schema.org/draft/2020-12/schema
title: InvalidAttachmentReceived Data
description: Data payload of the InvalidAttachmentReceived event
type: object
additionalProperties: false
properties:
messageReference:
$ref: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/messageReference
senderId:
$ref: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/senderId
failureCode:
$ref: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/requests.schema.json#/properties/failureCode
required:
- messageReference
- senderId
- failureCode