JsonSchema constructor
JsonSchema({})
Implementation
JsonSchema({
this.default_,
this.description,
this.enum_,
this.format,
this.items,
this.jdbcType,
this.properties,
this.required,
this.type,
});