swlegion / tts

Table Top Simulator Mod for Star Wars: Legion
MIT License
45 stars 27 forks source link

Restore Schema Validation on Unit Data #551

Closed dicewrench closed 1 year ago

dicewrench commented 2 years ago

Unit Data got refactored ( https://github.com/swlegion/tts/commit/d43a19765be441698757aea949ff866003fbcd47 ), see specifically; official.json, CardSet.json and UnitCard.json.

We need to update the schemas and validation script to ensure Units are actually being checked correctly.

dicewrench commented 1 year ago

Solved: https://github.com/swlegion/tts/pull/555