validate¶
Check TSP package validity.
Synopsis¶
Arguments¶
| Argument | Description |
|---|---|
TSP_PATH |
Path to TSP package directory |
Example¶
Output:
Checks Performed¶
The basic validation checks:
- [x]
datapackage.jsonexists and is valid JSON - [x]
metadata.parquetexists - [x]
structures/directory exists with batch archives - [x] Required fields present in datapackage.json
Error Examples¶
Missing file:
Invalid JSON:
Full Validation¶
For comprehensive validation including schema checks and data integrity, use the R package:
The R validator checks:
- JSON Schema compliance
- Parquet file integrity
- Batch archive contents
- Checksum verification
- Cross-file consistency