Inference limits
A sample payload can reveal observed fields and types, but it cannot know every valid business rule. Treat the result as a strong draft.
Schema design
Generate a JSON Schema from a sample payload, infer object properties, required fields and array item shapes, then run basic validation locally.
Reference notes
A sample payload can reveal observed fields and types, but it cannot know every valid business rule. Treat the result as a strong draft.
The generator compares array items and builds a shared item schema so mixed examples produce a broader but still readable schema.
Sample JSON and generated schema output are handled in the browser. Formalint does not upload pasted payloads to a backend.