Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 20:52
· 10 commits to main since this release

Added

  • Example input support: -e option to accept JSON examples directly without schema files
  • Dynamic schema generation from JSON examples via convert_example_to_schema function
  • Support for complex nested structures with automatic type inference
  • Type hints mapping for common type names (string, int, float, bool, array, object)

Changed

  • Schema input is now optional when using -e flag
  • Made -sf and -e mutually exclusive options