Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Haarolean opened this issue Jul 28, 2022 · 1 comment
Open
Labels
good first issue Up for grabs scope/frontend severity/high Severity level for a bug. Applicable only for bug label. status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working

Comments

@Haarolean
Copy link
Contributor

  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

@Haarolean Haarolean added type/bug Something isn't working good first issue Up for grabs scope/frontend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed labels Jul 28, 2022
@github-actions github-actions bot added the status/triage Issues pending maintainers triage label Jul 28, 2022
@Haarolean Haarolean added this to the 0.5 milestone Jul 28, 2022
@Haarolean Haarolean removed the status/triage Issues pending maintainers triage label Jul 28, 2022
@Haarolean Haarolean removed this from the 0.5 milestone Sep 13, 2022
@Haarolean Haarolean assigned Haarolean and unassigned kristi-dev Nov 3, 2022
@Haarolean Haarolean removed their assignment Apr 3, 2023
@brneto
Copy link

brneto commented May 11, 2023

Is there any workaround for this issue at the moment?

@Haarolean Haarolean added the severity/high Severity level for a bug. Applicable only for bug label. label Jul 28, 2023
@Haarolean Haarolean self-assigned this Jul 28, 2023
@Haarolean Haarolean removed their assignment Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Up for grabs scope/frontend severity/high Severity level for a bug. Applicable only for bug label. status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants