Giter Club home page Giter Club logo

Comments (4)

ImFlog avatar ImFlog commented on July 24, 2024

Hello @prabhpahul, the $ref is described in the JSON schema specs : https://json-schema.org/draft/2020-12/json-schema-core.html#section-8.2.3.1
Can you point me to the resources you mention about why it's not suggested to use $id and $ref ?

I don't get the part about Terraform and Maven and their link with the project though but feel free to elaborate on this matter :)

from schema-registry-plugin.

prabhpahul avatar prabhpahul commented on July 24, 2024

Hi, thank you replying back. '#' fragments are used to point to schemas definition on the same document. Not sure how we are using '#' to point to separate schemas files? Is there additional piece of functionality added to the code to achieve it? Because when I deploy this to Schema Registry, the references are not resolved '#' in separate file paths without using the file name.

from schema-registry-plugin.

ImFlog avatar ImFlog commented on July 24, 2024

In this project, when you need to reference a local file for json schema, you can use addLocalReference on your subject to specify where to find the references.
When doing so, It will read the json schema and add it as a reference in the same file. It is required to put all the references in a single file for Confluent Schema registry (he knows about remote reference but not locals).
You can fin more information on this in the README : https://github.com/ImFlog/schema-registry-plugin#test-schemas-compatibility

from schema-registry-plugin.

ImFlog avatar ImFlog commented on July 24, 2024

Without news from you @prabhpahul I will close this issue. If you still encounter this, please comment again here and tag me and I will reopen the issue.
Thanks

from schema-registry-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.