JSON use case
Fichier d'echantillon JSON pour 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
JSON du manifeste
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
json_sample_file_100MB.json
Telechargerjson_deeply_nested_payload_sample.json
Telechargerjson_duplicate_keys_sample.json
TelechargerNext steps