feat(release): add reproducible signed artifacts (#19)
This commit is contained in:
@@ -2931,6 +2931,59 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OperatorCompatibilityResponse": {
|
||||
"required": [
|
||||
"serverVersion",
|
||||
"minimumClientVersion",
|
||||
"maximumClientMajorVersion",
|
||||
"httpContractVersions",
|
||||
"udpContractVersions",
|
||||
"connectionTicketFormatVersions",
|
||||
"liteNetLibMajorVersion",
|
||||
"gameplayProtocolCompatibility"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"serverVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
"minimumClientVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
"maximumClientMajorVersion": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"httpContractVersions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"udpContractVersions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"connectionTicketFormatVersions": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
},
|
||||
"liteNetLibMajorVersion": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"gameplayProtocolCompatibility": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OperatorReadinessResponse": {
|
||||
"required": [
|
||||
"httpListener",
|
||||
@@ -3009,6 +3062,7 @@
|
||||
"OperatorStatusResponse": {
|
||||
"required": [
|
||||
"status",
|
||||
"compatibility",
|
||||
"readiness",
|
||||
"store",
|
||||
"tenants",
|
||||
@@ -3020,6 +3074,9 @@
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"compatibility": {
|
||||
"$ref": "#/components/schemas/OperatorCompatibilityResponse"
|
||||
},
|
||||
"readiness": {
|
||||
"$ref": "#/components/schemas/OperatorReadinessResponse"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user