{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableLike", "type": "object", "description": "Create table like an existing table", "properties": { "name": { "type": "string", "description": "Specifies the name for the table, must be unique for the schema in which the table is created" } } }