Giter Site home page Giter Site logo

$ref and id about json-schema HOT 13 CLOSED

justinrainbow avatar justinrainbow commented on July 28, 2024
$ref and id

from json-schema.

Comments (13)

borisguery avatar borisguery commented on July 28, 2024

+1 here, any news? I'm up to help on this topic if needed.

from json-schema.

four43 avatar four43 commented on July 28, 2024

+1 I am curious as well. It looks like there is code implementing some of the functionality. I'm currently picking through to see what is all there and where it skips over $ref statements.

from json-schema.

pietercolpaert avatar pietercolpaert commented on July 28, 2024

+1

from json-schema.

topolm avatar topolm commented on July 28, 2024

+1

from json-schema.

index0h avatar index0h commented on July 28, 2024

+1

from json-schema.

djmadcat avatar djmadcat commented on July 28, 2024

+1
I'm using "$ref": "#/definitions/group" and it ignores $ref statements.

from json-schema.

borisguery avatar borisguery commented on July 28, 2024

Again, +1 I'm willing to help here if I've any clue.

from json-schema.

kihamo avatar kihamo commented on July 28, 2024

up! +1

from json-schema.

cweiske avatar cweiske commented on July 28, 2024

Refs are partially implemented now, but not everywhere.

from json-schema.

pietercolpaert avatar pietercolpaert commented on July 28, 2024

Care to document where exactly and where not? We cannot rely on random functionality ;)

from json-schema.

cweiske avatar cweiske commented on July 28, 2024

Known issues are #77 and #80.

What definitely works is referencing full types (I implemented that with 48bd037):

"properties": {
    "links": { "$ref": "base.json#/definitions/links"}
}

from json-schema.

jmshelby avatar jmshelby commented on July 28, 2024

@cweiske -- I tried what you suggested (referencing full type) but that doesn't seem to work for me either. Any tips here?

from json-schema.

bighappyface avatar bighappyface commented on July 28, 2024

Closed with #174

from json-schema.

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.