All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsonschema2pojo.sample1.json Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
{
    "type": "object",
    "properties": {
        "foo": { "type": "integer" },
        "bar": { "enum": [ "one", "two" ] }
    },
    "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy