2.1.1 Versions object
Represents the history, i.e. the list of versions, of a playable. This includes the draft version if it exists.
Example
{
"total": 2,
"versions": [
{
"id": "GlUh",
"draft": true
},
{
"id": "7tyo",
"released": "2017-08-26T11:24:22Z"
}
]
}
Fields
Field | Type | Description |
---|---|---|
total required |
Integer | The number of versions available for the playable. |
versions required |
List of 2.1.1 Version objects | Contains the actual versions. |
Last updated on