-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
good first issueUp for grabsUp for grabsscope/frontendseverity/highSeverity level for a bug. Applicable only for bug label.Severity level for a bug. Applicable only for bug label.status/acceptedAn issue which has passed triage and has been acceptedAn issue which has passed triage and has been acceptedstatus/confirmedA bug which actuality is confirmedA bug which actuality is confirmedtype/bugSomething isn't workingSomething isn't working
Description
- 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"
]
}
- Create topic "test"
- Produce a message into the topic
- Observe an error:
calohmn and kbzowski
Metadata
Metadata
Assignees
Labels
good first issueUp for grabsUp for grabsscope/frontendseverity/highSeverity level for a bug. Applicable only for bug label.Severity level for a bug. Applicable only for bug label.status/acceptedAn issue which has passed triage and has been acceptedAn issue which has passed triage and has been acceptedstatus/confirmedA bug which actuality is confirmedA bug which actuality is confirmedtype/bugSomething isn't workingSomething isn't working
