Coder Social home page Coder Social logo

Comments (6)

EmilyGraceSeville7cf avatar EmilyGraceSeville7cf commented on May 28, 2024 1

Here is a PR to SchemaStore.

from madness.

EmilyGraceSeville7cf avatar EmilyGraceSeville7cf commented on May 28, 2024 1

So what will be the course of action when one of these schemas you made needs a new version?

Just create a new JSON schema with some edits incorporating new features. ;) In VS Code in such situation, editor notifies that multiple schemas match some file and lets to chose what file version is used.

from madness.

DannyBen avatar DannyBen commented on May 28, 2024

Welcome collaborator, as usual :)

from madness.

DannyBen avatar DannyBen commented on May 28, 2024

Here is a PR to SchemaStore.

Doesn't SchemaStore have some way of handling versions?

Imagine anytime any of these schemas are updated on the master branch, it will prevent all users of an older version from using it, and in some cases - when the master contains an unreleased code - it will prevent everybody from using it.

from madness.

EmilyGraceSeville7cf avatar EmilyGraceSeville7cf commented on May 28, 2024

Doesn't SchemaStore have some way of handling versions?

It does. ;) There are two ways to implement multiple version support: via catalog.json from SchemaStore or directly inside schema via oneOf keyword. The second approach is suitable when there is something to identify file version directly. For instance, go-task tool has version key inside file to switch between several syntax versions. In other words, the first aproach (via catalog.json) suits our situation.

When there are multiple versions presented via version key in catalog.json there are also the same amount of corresponding JSON schemas, file per version.

from madness.

DannyBen avatar DannyBen commented on May 28, 2024

So what will be the course of action when one of these schemas you made needs a new version?

from madness.

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.