Skip to content

Produce message validation fails for valid JSON schema with a reference #2354

@Haarolean

Description

@Haarolean
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueUp for grabsscope/frontendseverity/highSeverity level for a bug. Applicable only for bug label.status/acceptedAn issue which has passed triage and has been acceptedstatus/confirmedA bug which actuality is confirmedtype/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions