-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
FE: Content NOT SUPPORTED: keyword "id", use "$id" for schema ID
#476
Comments
Hi vicziani! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
|
KAFKA_CLUSTERS_0_SCHEMAREGISTRY=http://schema-registry:8080/apis/ccompat/v7 As you can see on the screenshots, the Kafka UI can download the schema, using it when consuming messages, create sample JSON based on the schema. It only throws error while producing message. |
I tried with another schema draft( Kafka UI can download the schema, using it when consuming messages, create sample JSON based on the schema. But another error message while producing message: |
@Nilumilak can you take a look, please? It looks like a frontend issue, the validator either can't parse schema references or something. |
This comment was marked as spam.
This comment was marked as spam.
Content NOT SUPPORTED: keyword "id", use "$id" for schema ID
I am facing the same issue as noted above with schema referencing |
Can someone verify if this works on latest |
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I'am using the Apicurio Schema Registry. After I create a JSON schema and try to send a message, I get the following error message:
Content NOT SUPPORTED: keyword "id", use "$id" for schema ID
JSON Schema:
Reading messages based on the schema works well.
Expected behavior
Send the message.
Your installation details
Same with v1.0.0 and 4de0d53.
Steps to reproduce
Screenshots
The JSON is generated by Kafka UI.
Logs
Nothing appears in the log.
Additional context
No response
The text was updated successfully, but these errors were encountered: