Rename "static" to "response" for consistency
This commit is contained in:
		
					parent
					
						
							
								b2f62c7bb0
							
						
					
				
			
			
				commit
				
					
						c3f51f2e36
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "static": {
 | 
					  "response": {
 | 
				
			||||||
    "api_compatibility": [
 | 
					    "api_compatibility": [
 | 
				
			||||||
      "14"
 | 
					      "14"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -37,5 +37,5 @@ type SpaceapidConfig struct {
 | 
				
			||||||
	// The dynamic part of the spaceapi JSON
 | 
						// The dynamic part of the spaceapi JSON
 | 
				
			||||||
	Dynamic DynamicStateConfig `json:"dynamic"`
 | 
						Dynamic DynamicStateConfig `json:"dynamic"`
 | 
				
			||||||
	// The static part of the spaceapi JSON
 | 
						// The static part of the spaceapi JSON
 | 
				
			||||||
	Response types.SpaceAPIResponseV14 `json:"static"`
 | 
						Response types.SpaceAPIResponseV14 `json:"response"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue