41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"$id": "GetTransactionHistory",
|
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
"title": "GetTransactionHistory",
|
|
"description": "See http://10.0.10.242/w/tricore_architecture/server_interface/account_commands/gettransactionhistory/",
|
|
"type": "object",
|
|
"required": [
|
|
"DeviceToken",
|
|
"SessionToken",
|
|
"Skip",
|
|
"Number"
|
|
],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"DeviceToken": {
|
|
"$ref": "defs/#/definitions/DeviceToken"
|
|
},
|
|
"SessionToken": {
|
|
"$ref": "defs/#/definitions/SessionToken"
|
|
},
|
|
"TimeStamp": {
|
|
"$ref": "defs/#/definitions/timeStamp"
|
|
},
|
|
"AccountID": {
|
|
"$ref": "defs/#/definitions/uuid"
|
|
},
|
|
"Skip": {
|
|
"example": "0",
|
|
"type": "number",
|
|
"maxDecimalPlaces": 0,
|
|
"minimum": 0
|
|
},
|
|
"Number": {
|
|
"example": "0",
|
|
"type": "number",
|
|
"maxDecimalPlaces": 0,
|
|
"minimum": 1,
|
|
"maximum": 30
|
|
}
|
|
}
|
|
} |