Run JSON through validation to ensure correctness

This commit is contained in:
roblevesque 2016-07-07 11:32:09 -04:00 committed by GitHub
parent 96956d3ba1
commit 1ebee3c8e5

View File

@ -1,7 +1,7 @@
{ {
"CU": { "CU": {
"name": "Cardasian Union", "name": "Cardasian Union",
"color": 0xCC9933, "color": "0xCC9933",
"cenx": -9337.944, "cenx": -9337.944,
"ceny": 310, "ceny": 310,
"cenz": 20, "cenz": 20,
@ -80,7 +80,7 @@
}, },
"UFP": { "UFP": {
"name": "United Federation Of Planets", "name": "United Federation Of Planets",
"color": 0x0000FF, "color": "0x0000FF",
"cenx": -9197.944, "cenx": -9197.944,
"ceny": 0, "ceny": 0,
"cenz": 0, "cenz": 0,
@ -243,7 +243,7 @@
}, },
"BFN": { "BFN": {
"name": "Bajoran Free Nation", "name": "Bajoran Free Nation",
"color": 0xffaaaa, "color": "0xffaaaa",
"cenx": -9325.944, "cenx": -9325.944,
"ceny": 221.7, "ceny": 221.7,
"cenz": -45.1, "cenz": -45.1,
@ -267,8 +267,8 @@
}, },
"BC": { "BC": {
"name": "Breen Confederacy", "name": "Breen Confederacy",
"color": 0x00AAAA, "color": "0x00AAAA",
"cenx": 09376.050179, "cenx": 9376.050179,
"ceny": 203.150816, "ceny": 203.150816,
"cenz": -46.281517, "cenz": -46.281517,
"rad": 0, "rad": 0,
@ -294,7 +294,7 @@
}, },
"KE": { "KE": {
"name": "Klingon Empire", "name": "Klingon Empire",
"color": 0xFF0000, "color": "0xFF0000",
"cenx": -9577.944, "cenx": -9577.944,
"ceny": 120, "ceny": 120,
"cenz": -90.160, "cenz": -90.160,
@ -371,7 +371,7 @@
}, },
"RSE": { "RSE": {
"name": "Romulan Star Empire", "name": "Romulan Star Empire",
"color": 0x00ff00, "color": "0x00ff00",
"cenx": -9477.00, "cenx": -9477.00,
"ceny": -230.00, "ceny": -230.00,
"cenz": 10.00, "cenz": 10.00,
@ -443,7 +443,7 @@
}, },
"GFA": { "GFA": {
"name": "Galactic Ferengal Alliance", "name": "Galactic Ferengal Alliance",
"color": 0xFFFF00, "color": "0xFFFF00",
"cenx": -8977.944, "cenx": -8977.944,
"ceny": 260.00, "ceny": 260.00,
"cenz": -50.00, "cenz": -50.00,
@ -510,7 +510,7 @@
}, },
"OA": { "OA": {
"name": "Orion Alliance", "name": "Orion Alliance",
"color": 0x00FFFF, "color": "0x00FFFF",
"cenx": 0, "cenx": 0,
"ceny": 0, "ceny": 0,
"cenz": 0, "cenz": 0,
@ -542,7 +542,7 @@
}, },
"DOM": { "DOM": {
"name": "Dominion", "name": "Dominion",
"color": 0xA9FFEE, "color": "0xA9FFEE",
"cenx": 0, "cenx": 0,
"ceny": 0, "ceny": 0,
"cenz": 0, "cenz": 0,
@ -624,7 +624,7 @@
}, },
"UNITY": { "UNITY": {
"name": "The Unity", "name": "The Unity",
"color": 0xFFA9EE, "color": "0xFFA9EE",
"cenx": 0, "cenx": 0,
"ceny": 0, "ceny": 0,
"cenz": 0, "cenz": 0,
@ -712,7 +712,7 @@
}, },
"TA": { "TA": {
"name": "Tholian Assembly", "name": "Tholian Assembly",
"color": 0xFEA901, "color": "0xFEA901",
"cenx": -9107.944, "cenx": -9107.944,
"ceny": -290.00, "ceny": -290.00,
"cenz": -10.00, "cenz": -10.00,
@ -744,7 +744,7 @@
}, },
"UQS": { "UQS": {
"name": "Unified Qvarne Systems", "name": "Unified Qvarne Systems",
"color": 0x990103, "color": "0x990103",
"cenx": -9109.941, "cenx": -9109.941,
"ceny": 228.477, "ceny": 228.477,
"cenz": -135.785, "cenz": -135.785,
@ -797,7 +797,7 @@
}, },
"GORN": { "GORN": {
"name": "Gorn", "name": "Gorn",
"color": 0xFF02FF, "color": "0xFF02FF",
"cenx": -9267.944, "cenx": -9267.944,
"ceny": -330.00, "ceny": -330.00,
"cenz": 80.00, "cenz": 80.00,
@ -844,7 +844,7 @@
}, },
"20": { "20": {
"abr": "UNK", "abr": "UNK",
"color": 0xB3B3B3, "color": "0xB3B3B3",
"cenx": 0, "cenx": 0,
"ceny": 0, "ceny": 0,
"cenz": 0, "cenz": 0,
@ -1059,4 +1059,4 @@
}, },
"bases": {} "bases": {}
} }
}; }