{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TableSwapRequest", "required": [ "targetTableId" ], "properties": { "targetTableId": { "type": "string" } }, "type": "object" }