{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateTableRequest",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name for the table."
},
"format": {
"type": "string",
"description": "The format of the table. Currently only ICEBERG is supported."
}
}
}