{ "type": "object", "properties": { "name": {}, "value": {} }, "required": [ "name", "value" ], "description": "A parameter used in a SQL statement.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-sql-parameter-schema.json", "title": "SqlParameter" }