{ "type": "object", "name": "Data33", "properties": { "outputFields": { "type": "array", "items": { "type": "array", "items": { "type": "string" } } }, "result": { "type": "array", "description": "", "items": { "type": "object", "properties": { "input": { "type": "object", "properties": { "companyname": { "type": "string" } }, "required": [ "companyname" ] }, "data": { "type": "array", "description": "", "items": { "type": "object", "properties": { "parentage": { "type": "array", "description": "", "items": { "type": "object" } }, "familyTree": { "type": "array", "description": "", "items": { "type": "object" } }, "companyId": { "type": "integer" } }, "required": [ "parentage", "familyTree", "companyId" ] } } }, "required": [ "input", "data" ] } } }, "required": [ "outputFields", "result" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }