You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@fjvierap yes, JSON scema is not suported, I would expect this not needed because "plain JSON" serialization works. if this is something that is a blocker or expected in your registry / env etc, please do share more details or example and we will look at feasibility
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:
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?
The text was updated successfully, but these errors were encountered: