Files
core2026/resources/unitset/schema.json
T
Hide_D 81594a25c3 feat: add resource schemas and validation scripts
- Introduced new resource schemas for maps, scenarios, unit sets, and turn commands using Zod.
- Implemented a script to generate JSON schemas from Zod schemas.
- Added a validation script to ensure resource JSON files conform to their respective schemas.
- Updated the logic package to export new resource schemas.
- Added new dependencies for schema generation and validation.
- Created a tools-scripts package for resource management tasks.
2026-01-18 08:04:02 +00:00

8 lines
168 B
JSON

{
"$ref": "#/definitions/UnitSetDefinition",
"definitions": {
"UnitSetDefinition": {}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}