Git Product home page Git Product logo

Comments (3)

geraintluff avatar geraintluff commented on July 16, 2024

Ah - you want to refer to a property that is not an immediate sibling, but instead two levels deep (oM -> u).

That's unfortunately not possible with the v4 version of the spec. :(

It is a [proposed feature for v5](https://github.com/json-schema/json-schema/wiki/Extended-templating-syntax-(v5-proposal\)), however - and when v5 is released then I'll put it into Jsonary immediately.

from jsonary.

Ognian avatar Ognian commented on July 16, 2024

Ok, I changed the schema to

 "sche":{
                     "type": "string",
                     "format": "uri",
                     "title": "Schema URL"
            },
"oD":{
                    "type":"object",
                    "name":"object data",
                    "title":"document",
                    "links": [{
                        "rel": "describedby",
                        "href": "{sche}" 
                    }]
                }

but I'm still not able to tell jsonary what schema to use for "oD"...
Is the href syntax wrong or shall I omit type, name titel...

from jsonary.

Ognian avatar Ognian commented on July 16, 2024

Ok, I found it:

  1. "sche", the atribute containing the schema must be a property of "oD".
  2. href should be "{+sche}"

Yes indeed the proposed feature for v5 would better solve my problem...
Thanks
Ognian

from jsonary.

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.