jsonschema2pojo.sample1.json Maven / Gradle / Ivy
{
"type": "object",
"properties": {
"foo": { "type": "integer" },
"bar": { "enum": [ "one", "two" ] }
},
"additionalProperties": false
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy