-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For Kafka addon seems that is possible to register avro schemas but json schema seems to fail.
For instance when I try to register this json schema:
{
"definitions": {
"record:oms.order": {
"type": "object",
"required": [
"id"
],
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
}
}
}
},
"$ref": "#/definitions/record:oms.order"
}
I got this error:
[ERROR] KafkaTest.testFeature:13 No type: {"definitions":{"record:oms.order":{"type":"object","required":["id"],"additionalProperties":false,"properties":{"id":{"type":"string"}}}},"$ref":"#/definitions/record:oms.order"}
Am I doing something wrong or JSON schema is not supported yet?
Metadata
Metadata
Assignees
Labels
No labels