Rename "static" to "response" for consistency
This commit is contained in:
parent
b2f62c7bb0
commit
c3f51f2e36
|
@ -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…
Reference in a new issue