commonfields: id: JsonToTable version: -1 fromversion: 5.5.0 name: JsonToTable script: '' type: python tags: - transformer - entirelist - general comment: Accepts a json object and returns a markdown. Supports clickable links. enabled: true args: - name: value required: true description: The json to transform to a markdown table. isArray: true - name: title description: The markdown title. - name: headers description: Comma-separated list of table header values. Default will include all available table headers. - name: is_auto_json_transform description: Try transforming complex JSON automatically. - name: json_transform_properties description: 'Transformation JSON from value to strings. The syntax is: `{"header_key": {"keys": [, ...], "is_nested": true/false}}`.' - name: url_keys description: Comma-separated list of keys in the given JSON table that should be turned into a clickable URL. scripttarget: 0 isllm: false subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - JsonToTable - Test Playbook