jsonmodels icon indicating copy to clipboard operation
jsonmodels copied to clipboard

Added object title in JSON schema

Open discharged-spider opened this issue 8 years ago • 1 comments

Added class name as object title in json schema. Really useful when creating forms from schema (especially in lists).

discharged-spider avatar Mar 17 '17 16:03 discharged-spider

Hey, @discharged-spider - nice small feature. :) This pr still needs to fix tests, and maybe to develop extra option to define other name than type.__name__ - like type.schema_name (which can be property that returns type.__name__ by default).

beregond avatar Mar 25 '17 00:03 beregond