GetTableSchema
Generates a JSON schema for a specified table to describe its structure and field definitions.
Input
| Name | Type | Required | Description |
| TableName | String | True | Specifies the name of the ServiceNow table for which the JSON schema should be generated, such as 'incident' or 'task'. |
Result Set Columns
| Name | Type | Description |
| JSONSchema | String | Returns the JSON schema describing the structure of the specified table and its parent tables, including fields and relationships. |
| Success | Boolean | Indicates whether the schema generation operation completed successfully and the data structure was returned as expected. |