Some Object

2025-01-01 | ๐Ÿ“‘ 136 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.

Reusable types for NHS Notify payload schemas.

Known Issues / Todo

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

Some Object

Reusable types for NHS Notify payload schemas.

Schema Information

  • Schema ID: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/some.object.schema.json
  • Schema Version: https://json-schema.org/draft/2020-12/schema
  • Source File: digital-letters/2025-10-draft/defs/some.object.schema.yaml

Properties

something

Type: string

Example reusable property definition

Examples: example value

Required Fields

  • something

Type

object

Raw Schema

$id: https://notify.nhs.uk/cloudevents/schemas/digital-letters/2025-10-draft/defs/some.object.schema.json
$schema: https://json-schema.org/draft/2020-12/schema
title: Some Object
description: Reusable types for NHS Notify payload schemas.
type: object
properties:
  something:
    type: string
    description: Example reusable property definition
    examples:
    - example value
required:
- something