ron-schema-cli 0.6.0

CLI tool for validating RON files against schemas
1
2
3
4
5
6
7
8
9
(
  name: "Iron Sword",
  count: 1,
  weight: 2.5,
  active: true,
  label: Some("starter"),
  tags: ["melee", "basic"],
  category: Weapon,
)