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": {
"name": "Cardasian Union",
"color": 0xCC9933,
"color": "0xCC9933",
"cenx": -9337.944,
"ceny": 310,
"cenz": 20,
@ -76,11 +76,11 @@
"Z": 23.2
}
}
}
},
"UFP": {
"name": "United Federation Of Planets",
"color": 0x0000FF,
"color": "0x0000FF",
"cenx": -9197.944,
"ceny": 0,
"cenz": 0,
@ -232,7 +232,7 @@
"Y": 60,
"Z": -0.6
}
},
},
"bases": {
"Phoenix City": {
"X": -8977.944,
@ -243,14 +243,14 @@
},
"BFN": {
"name": "Bajoran Free Nation",
"color": 0xffaaaa,
"color": "0xffaaaa",
"cenx": -9325.944,
"ceny": 221.7,
"cenz": -45.1,
"rad": 5,
"bordervis": true,
"planets": {
"Bajor/Jeraddo" : {
"Bajor/Jeraddo": {
"X": -9325.944078,
"Y": 221.7,
"Z": -45.281517
@ -258,7 +258,7 @@
},
"bases": {
"Kainon Station" : {
"Kainon Station": {
"X": 6316.800,
"Y": 6324.7,
"Z": 10.50
@ -267,8 +267,8 @@
},
"BC": {
"name": "Breen Confederacy",
"color": 0x00AAAA,
"cenx": 09376.050179,
"color": "0x00AAAA",
"cenx": 9376.050179,
"ceny": 203.150816,
"cenz": -46.281517,
"rad": 0,
@ -289,12 +289,12 @@
"Y": 231.877,
"Z": 42.479
}
},
},
"bases": {}
},
"KE": {
"name": "Klingon Empire",
"color": 0xFF0000,
"color": "0xFF0000",
"cenx": -9577.944,
"ceny": 120,
"cenz": -90.160,
@ -366,12 +366,12 @@
"Y": 123.7,
"Z": 34.706
}
},
},
"bases": {}
},
"RSE": {
"name": "Romulan Star Empire",
"color": 0x00ff00,
"color": "0x00ff00",
"cenx": -9477.00,
"ceny": -230.00,
"cenz": 10.00,
@ -443,7 +443,7 @@
},
"GFA": {
"name": "Galactic Ferengal Alliance",
"color": 0xFFFF00,
"color": "0xFFFF00",
"cenx": -8977.944,
"ceny": 260.00,
"cenz": -50.00,
@ -510,7 +510,7 @@
},
"OA": {
"name": "Orion Alliance",
"color": 0x00FFFF,
"color": "0x00FFFF",
"cenx": 0,
"ceny": 0,
"cenz": 0,
@ -542,7 +542,7 @@
},
"DOM": {
"name": "Dominion",
"color": 0xA9FFEE,
"color": "0xA9FFEE",
"cenx": 0,
"ceny": 0,
"cenz": 0,
@ -624,7 +624,7 @@
},
"UNITY": {
"name": "The Unity",
"color": 0xFFA9EE,
"color": "0xFFA9EE",
"cenx": 0,
"ceny": 0,
"cenz": 0,
@ -712,7 +712,7 @@
},
"TA": {
"name": "Tholian Assembly",
"color": 0xFEA901,
"color": "0xFEA901",
"cenx": -9107.944,
"ceny": -290.00,
"cenz": -10.00,
@ -744,7 +744,7 @@
},
"UQS": {
"name": "Unified Qvarne Systems",
"color": 0x990103,
"color": "0x990103",
"cenx": -9109.941,
"ceny": 228.477,
"cenz": -135.785,
@ -797,7 +797,7 @@
},
"GORN": {
"name": "Gorn",
"color": 0xFF02FF,
"color": "0xFF02FF",
"cenx": -9267.944,
"ceny": -330.00,
"cenz": 80.00,
@ -844,7 +844,7 @@
},
"20": {
"abr": "UNK",
"color": 0xB3B3B3,
"color": "0xB3B3B3",
"cenx": 0,
"ceny": 0,
"cenz": 0,
@ -1059,4 +1059,4 @@
},
"bases": {}
}
};
}