{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SupportsLogCollectionObject", "title": "SupportsLogCollectionObject", "type": "string", "enum": [ "NONE", "CISCO_PRT", "CISCO_ROOMOS" ], "description": " * `NONE` - Devices which does not support log collection.\n * `CISCO_PRT` - Devices which supports Cisco PRT log collection.\n * `CISCO_ROOMOS` - Devices which supports Cisco RoomOS log collection.\n" }