timelimit-server/docs/schema/serverdatastatus-definitions-serversessiondurationitem.md
2020-05-18 02:00:00 +02:00

5.1 KiB

ServerSessionDurationItem Schema

https://timelimit.io/ServerDataStatus#/definitions/ServerSessionDurationItem
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none ServerDataStatus.schema.json*

ServerSessionDurationItem Type

object (ServerSessionDurationItem)

ServerSessionDurationItem Properties

Property Type Required Nullable Defined by
md number Required cannot be null ServerDataStatus
spd number Required cannot be null ServerDataStatus
sm number Required cannot be null ServerDataStatus
em number Required cannot be null ServerDataStatus
l number Required cannot be null ServerDataStatus
d number Required cannot be null ServerDataStatus

md

the maximum duration of a session (maxSessionDuration)

md

md Type

number

spd

the pause duration after a session (sessionPauseDuration)

spd

spd Type

number

sm

the start minute of the day of the session/ the rule which created this session (startMinuteOfDay)

sm

sm Type

number

em

the end minute of the day of the session/ the rule which created this session (endMinuteOfDay)

em

em Type

number

l

the timestamp of the last usage of this session (lastUsage)

l

l Type

number

d

the duration of the last/ current session (lastSessionDuration)

d

d Type

number