pub fn refine_schema(
current: &GeneratedSchema,
new_examples: &[Value],
) -> GeneratedSchemaExpand description
Refine a schema by adding more examples.
pub fn refine_schema(
current: &GeneratedSchema,
new_examples: &[Value],
) -> GeneratedSchemaRefine a schema by adding more examples.