Skip to content

FE: Messages: Produce fails for JSON schema with a reference #898

Closed
@wernerdv

Description

@wernerdv

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Original issue provectus/kafka-ui#2354

Expected behavior

No response

Your installation details

commit d91483b

Steps to reproduce

  1. Create a schema "test-key":
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "https://example.com/A.json",
  "title": "A",
  "description": "A",
  "type": "object",
  "properties": {
    "a": {
      "type": "number"
    }
  },
  "required": [
    "a"
  ]
}
  1. Create topic "test"
  2. Produce a message into the topic
  3. Observe an error:

Image

Screenshots

No response

Logs

No response

Additional context

No response

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions