{ "city": "Green Smart Village", "population": 10000, "size": { "rows": 21, "columns": 21 }, "buildings": [ { "coords": [ 1, 1 ], "type": "residential", "size": 4, "color": "Light Blue" }, { "coords": [ 1, 6 ], "type": "commercial", "size": 3, "color": "Green" }, { "coords": [ 1, 11 ], "type": "community_facilities", "size": 1, "color": "Yellow" }, { "coords": [ 1, 15 ], "type": "school", "size": 2, "color": "Yellow" }, { "coords": [ 6, 1 ], "type": "healthcare_facility", "size": 2, "color": "Yellow" }, { "coords": [ 6, 6 ], "type": "green_space", "size": 6, "color": "Dark Green" }, { "coords": [ 6, 15 ], "type": "utility_infrastructure", "size": 2, "color": "Dark Green" }, { "coords": [ 11, 1 ], "type": "emergency_services", "size": 3, "color": "Red" }, { "coords": [ 11, 6 ], "type": "cultural_facilities", "size": 2, "color": "Purple" }, { "coords": [ 11, 11 ], "type": "recreational_facilities", "size": 3, "color": "Purple" }, { "coords": [ 11, 15 ], "type": "innovation_center", "size": 2, "color": "Green" }, { "coords": [ 16, 1 ], "type": "elderly_care_home", "size": 1, "color": "Yellow" }, { "coords": [ 16, 6 ], "type": "childcare_centers", "size": 1, "color": "Yellow" }, { "coords": [ 16, 11 ], "type": "places_of_worship", "size": 2, "color": "Purple" }, { "coords": [ 16, 15 ], "type": "event_spaces", "size": 2, "color": "Purple" }, { "coords": [ 16, 19 ], "type": "guest_housing", "size": 1, "color": "Orange" }, { "coords": [ 19, 16 ], "type": "pet_care_facilities", "size": 1, "color": "Orange" }, { "coords": [ 19, 11 ], "type": "public_sanitation_facilities", "size": 1, "color": "Grey" }, { "coords": [ 19, 6 ], "type": "environmental_monitoring_stations", "size": 1, "color": "Dark Green" }, { "coords": [ 19, 1 ], "type": "disaster_preparedness_center", "size": 1, "color": "Grey" }, { "coords": [ 10, 10 ], "type": "outdoor_community_spaces", "size": 2, "color": "Dark Green" } ], "roads": [ { "start": [ 0, 0 ], "end": [ 20, 0 ], "color": "#808080" }, { "start": [ 0, 0 ], "end": [ 0, 20 ], "color": "#808080" }, { "start": [ 19, 0 ], "end": [ 19, 20 ], "color": "#808080" }, { "start": [ 0, 19 ], "end": [ 20, 19 ], "color": "#808080" }, { "start": [ 4, 0 ], "end": [ 4, 20 ], "color": "#808080" }, { "start": [ 14, 0 ], "end": [ 14, 20 ], "color": "#808080" }, { "start": [ 0, 4 ], "end": [ 20, 4 ], "color": "#808080" }, { "start": [ 0, 14 ], "end": [ 20, 14 ], "color": "#808080" } ] }