{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-timeouts-schema.json",
"title": "Timeouts",
"description": "Timeouts schema from Adyen API",
"type": "object",
"properties": {
"fromActiveToSleep": {
"description": "Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.",
"format": "int32",
"type": "integer"
}
}
}