lhayhurst / xwlists

A web site to track X-Wing Miniature Combat lists.
http://lists.starwarsclubhouse.com
MIT License
18 stars 7 forks source link

Nice to have: Faction xwing data compliant #93

Open JeffSkyrunner opened 6 years ago

JeffSkyrunner commented 6 years ago

It would be nice to have factions with name xwing data compliant:

"$schema": "http://json-schema.org/draft-04/schema#", "id": "definitions.json#", "title": "Schema for common fields in data files", "definitions": { "faction": { "type": "string", "description": "A faction in the game.", "enum": [ "First Order", "Galactic Empire", "Rebel Alliance", "Resistance", "Scum and Villainy" ] },