Skip to content

Consumer Source Field Nullability#1587

Merged
scottf merged 1 commit into
mainfrom
cs-nullability
Jun 18, 2026
Merged

Consumer Source Field Nullability#1587
scottf merged 1 commit into
mainfrom
cs-nullability

Conversation

@scottf

@scottf scottf commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Making sure nullability matches schema

"stream_consumer_source": {
  "type": "object",
  "description": "Consumer information for durable sourcing",
  "required": ["name", "deliver_subject"],
  "properties": {
    "name": {
      "description": "Consumer name",
      "$ref": "#/definitions/basic_name"
    },
    "deliver_subject": {
      "description": "The subject to deliver messages to",
      "type": "string"
    }
  }
},

@mtmk mtmk left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottf scottf merged commit eb44dab into main Jun 18, 2026
7 checks passed
@scottf scottf deleted the cs-nullability branch June 18, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants