JSON use case
JSON Sample File for Schema Drift At Scale
Use large valid JSON documents plus drift-oriented controls to catch validators that only fail once payload size and field variance combine.
457 B
Manifest JSON
SHA256
Starter file
Download
json_schema_drift_orders_sample.json
Checklist
Testing Steps
- Validate that schema-drift detection still fires when payload size is large enough to change parser strategy.
- Compare nested, array, and drift-heavy payloads under the same limits and timeout budgets.
- Record field-level rejection output so large-payload failures are still actionable.
Companion fixtures
Related Variants
Next steps