AWS Redshift · Schema

SqlParametersList

SqlParametersList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-sql-parameters-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "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-parameters-list-schema.json",
  "title": "SqlParametersList",
  "description": "SqlParametersList schema from Amazon Redshift"
}