{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Timeouts", "title": "Timeouts", "properties": { "fromActiveToSleep": { "description": "Indicates the number of seconds of inactivity after which the terminal display goes into sleep mode.", "format": "int32", "type": "integer" } }, "type": "object" }