Giter Site home page Giter Site logo

jsonschema-gen's People

Contributors

bergmark avatar yuga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jsonschema-gen's Issues

Generating schema for nested objects

Hi,

If I have a type like this:

data Foo = Foo Bar deriving (Generic)
data Bar = Bar Int deriving (Generic)

instance JSONSchemaGen Foo
instance JSONSchemaGen Bar

When I run generate (Proxy :: Proxy Foo), I only get Foo in the schema, not Bar:

{
    "items": [
        {
            "$ref": "Main.Bar"
        }
    ],
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "Main.Foo",
    "title": "Main.Foo",
    "type": "array"
}

How can I generate the schema for all the types involved, not just the top level one?

Add version constraints to dependent packages

some investigations are required.

  • jsonschema-gen
  build-depends:       base >=4.6 && <4.9
                     , bytestring >=0.10 && <??
                     , containers >=0.5 && <??
                     , tagged >=0.7 && <??
                     , text >=0.11 && <??
                     , time >=1.4 && <1.6
                     , unordered-containers >=0.2 && <??
                     , vector >=0.10 && <??

  if flag(safe-aeson)
    build-depends:
                       aeson >=0.7.0.6 && <0.9
                     , scientific >=0.3.2.0 && <??
  else
    build-depends:
                       aeson >=0.7 && <0.9
                     , scientific >=0.2 && <??
  • test
  build-depends:       base >=4.6 && <4.9
                       aeson >=0.7 && <0.9
                     , bytestring >=0.10 && <??
                     , containers >=0.5 && <??
                     , jsonschema-gen
                     , process >=1.1 && <??
                     , tagged >=0.7 && <??
                     , text >=0.11 && <??
                     , transformers >=0.3 && <0.5

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.