Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCSyncHardware
Description
Properties
Dual message (request/response)
No dual message.Referenced in messages
Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCSyncRetrieveTestingDataResponse
JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCSyncHardware",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCSyncHardware"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.Authentication.RPCSyncHardware": {
"$ref": "#/definitions/RPCSyncHardware"
}
},
"definitions": {
"RPCSyncHardware": {
"additionalProperties": false,
"required": [
"created_at",
"fingerprint_blob",
"hardware_uuid",
"is_malformed",
"operation",
"reliability"
],
"type": "object",
"properties": {
"created_at": {
"$ref": "Era.Common.DataDefinition.Common.UTCTime#/definitions/UTCTime"
},
"fingerprint_blob": {
"type": "string"
},
"hardware_uuid": {
"$ref": "Era.Common.DataDefinition.Common.Uuid#/definitions/Uuid"
},
"is_malformed": {
"type": "boolean"
},
"operation": {
"enum": [
1,
2,
3
]
},
"reliability": {
"enum": [
"0",
1,
2,
3
]
}
}
}
}
}