{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TargetUpdateRequest", "type": "object", "description": "Request body for updating an existing target.", "properties": { "properties": { "type": "object", "description": "Properties to update on the target." } } }