| /> | /> | ||||
| )) | )) | ||||
| } | } | ||||
| { | |||||
| outputSchema.map((outputItem) => { | |||||
| const schemaType = getMatchedSchemaType(outputItem.value, schemaTypeDefinitions) | |||||
| {outputSchema.map((outputItem) => { | |||||
| const schemaType = getMatchedSchemaType(outputItem.value, schemaTypeDefinitions) | |||||
| return ( | |||||
| return ( | |||||
| <div key={outputItem.name}> | <div key={outputItem.name}> | ||||
| {outputItem.value?.type === 'object' ? ( | {outputItem.value?.type === 'object' ? ( | ||||
| <StructureOutputItem | <StructureOutputItem |