Not just calling the schema inference library, but also options for:
- whether to extract sub-schemas into the references (which would automatically get rid of duplicated sub-schemas; we already have an existing function for this)
- whether to alphabetically sort all schema properties or not (there already is an existing function for it)
- whether to use an heuristic (threshold can be defined in dialog) of changing a set of very similar sub-schemas with different keys into one merged
additionalProperties sub-schema
- whether to add real values from the instances to the schema as
examples or not
Not just calling the schema inference library, but also options for:
additionalPropertiessub-schemaexamplesor not