MESHInboxMessageInvalid 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 MESHInboxMessageInvalid event

Known Issues / Todo

  • โ›… This page is draft and is subject to rapid change, and may not be fully accurate or complete

MESHInboxMessageInvalid Data

Data payload of the MESHInboxMessageInvalid event

Schema Information

  • Schema ID: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/data/digital-letters-mesh-inbox-message-invalid-data.schema.json
  • Schema Version: https://json-schema.org/draft/2020-12/schema
  • Source File: digital-letters/2025-10-draft/data/digital-letters-mesh-inbox-message-invalid-data.schema.yaml

Properties

meshMessageId

Type: unknown

No description available.

Reference: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/mesh.schema.json#/properties/meshMessageId

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

  • meshMessageId
  • senderId
  • failureCode

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-mesh-inbox-message-invalid-data.schema.json
$schema: https://json-schema.org/draft/2020-12/schema
title: MESHInboxMessageInvalid Data
description: Data payload of the MESHInboxMessageInvalid event
type: object
additionalProperties: false
properties:
  meshMessageId:
    $ref: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/mesh.schema.json#/properties/meshMessageId
  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:
- meshMessageId
- senderId
- failureCode