Modfile Cook Object
Contains modfile cook data.
cook_uuidstring
The UUID of a cook.
Example:
123e4567-e89b-12d3-a456-426614174000
modfileinteger<int32>
The id of the source modfile.
platformstring
The platform being cooked for.
Example:
ps5
statusinteger<int32>
The status of the cook.
Example:
1
dateaddedinteger<int32>
Unix timestamp the cook was started.
Example:
1499841487
dateupdatedinteger<int32>
Unix timestamp the cook was last updated.
Example:
1499841487
metadatastring[]
The metadata of the cook.
logsstring[]
The logs of the cook.
filenamestring
Filename including extension.
Example:
rogue-knight-v1.zip
filesizeinteger<int32>
Size of the file in bytes.
Example:
15181
versionstring
Release version this file represents.
Example:
1.3
Modfile Cook Object
{
"cook_uuid": "123e4567-e89b-12d3-a456-426614174000",
"modfile": 0,
"platform": "ps5",
"status": 1,
"dateadded": 1499841487,
"dateupdated": 1499841487,
"metadata": [
"string"
],
"logs": [
"string"
],
"filename": "rogue-knight-v1.zip",
"filesize": 15181,
"version": "1.3"
}