{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PoeMode", "title": "PoeMode", "type": "string", "enum": [ "NORMAL", "MAXIMUM" ], "description": " * `NORMAL` - Use normal power consumption.\n * `MAXIMUM` - Use maximum power consumption.\n" }