{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_kolide_config_request", "title": "Kolide Config", "properties": { "client_id": { "description": "The Kolide client ID.", "example": "example client id", "type": "string" }, "client_secret": { "description": "The Kolide client secret.", "example": "example client secret", "type": "string" } }, "required": [ "client_id", "client_secret" ], "type": "object" }