{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NormalOperationModeResponse", "title": "NormalOperationModeResponse", "type": "object", "required": [ "operatingModeId" ], "properties": { "operatingModeId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzAyZjZlMmI4LTFjZDktNWI3ZS1jOTVjLTczYzZkYzk1MTZjMg==", "description": "Unique identifier for the scheduled operating mode." } }, "example": { "operatingModeId": "Y2lzY29zcGFyazovL3VzL09QRVJBVElOR19NT0RFLzAyZjZlMmI4LTFjZDktNWI3ZS1jOTVjLTczYzZkYzk1MTZjMg==" } }