vpenkoff

json schema

Feb 8th, 2021 (edited)
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.95 KB | None | 0 0
  1.    {                                                                            
  2.     "country": "Germany",
  3.     "region": "",                                                      
  4.     "industry": "basic_metal_production",                                      
  5.     "time_period": {                                                            
  6.         "from": "2021-02",                                                      
  7.         "to": "2022-02"                                                        
  8.     },                                                                          
  9.     "employee_count": 100,                                                        
  10.     "cars": {                                                                  
  11.         "count": 10,                                                            
  12.         "avg_ride": 1000                                                        
  13.     },                                                                          
  14.     "trucks": {                                                                
  15.         "count": 20,                                                            
  16.         "avg_ride": 1000                                                        
  17.                                                                                
  18.     },                                                                          
  19.     "train": {                                                                  
  20.         "rides": 40,                                                            
  21.         "avg_ride": 1000                                                        
  22.     },                                                                          
  23.     "flights": {                                                                
  24.         "short": 10,                                                            
  25.         "long": 20                                                              
  26.     },                                                                          
  27.     "hotel": {                                                                
  28.         "stays": 10                                                            
  29.     },                                                                          
  30.     "work_commuting": {                                                        
  31.         "bike_walk": 30,                                                        
  32.         "car": 70,                                                              
  33.         "public_transport": 0                                                  
  34.     },                                                                          
  35.     "heating": {                                                                
  36.         "energy_source": "residual_fuel_oil",                                            
  37.         "consumption": 1000                                                    
  38.     },                                                                          
  39.     "electricity": {                                                            
  40.         "consumption": 1000                                                    
  41.     },                                                                          
  42.     "energy_certificates": {                                                    
  43.         "eac": 1,                                                              
  44.         "biogas": 5                                                            
  45.     },                                                                          
  46.     "carbon_offset": 20,                                                        
  47.     "has_green_rnergy_contract": false,                                          
  48.     "email": "[email protected]",                                    
  49.     "company": "the chicks company"                                            
  50.                                                                                
  51. }
Add Comment
Please, Sign In to add comment