{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Operation", "type": "object", "properties": { "operation": { "type": "string", "description": "The operation type." }, "targetType": { "type": "string", "description": "The target type for the operation." } } }