Rename "static" to "response" for consistency

This commit is contained in:
Bendodroid 2024-01-14 00:59:57 +01:00
parent b2f62c7bb0
commit c3f51f2e36
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
}
}
},
"static": {
"response": {
"api_compatibility": [
"14"
],

View file

@ -37,5 +37,5 @@ type SpaceapidConfig struct {
// The dynamic part of the spaceapi JSON
Dynamic DynamicStateConfig `json:"dynamic"`
// The static part of the spaceapi JSON
Response types.SpaceAPIResponseV14 `json:"static"`
Response types.SpaceAPIResponseV14 `json:"response"`
}