{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CallArgument", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the call argument" }, "datatype": { "type": "string", "description": "Call argument data type" }, "value": { "type": "string", "description": "Value of the call argument" } } }