GetTableSchema
Creates a JSONSchema of the target table in ServiceNow.
Input
| Name | Type | Required | Description |
| TableName | String | True | The name of the ServiceNow table (e.g., 'incident', 'task'). |
Result Set Columns
| Name | Type | Description |
| JSONSchema | String | JSON Schema of the table and the parent ones. |
| Success | Boolean | Indicates whether the operation completed successfully (true/false). |