``` { name: 'node0', content: 'a AND b OR c', orParams: [{ text: 'a AND b', andParams: [{ name: 'a' }, { name: 'b' }] }, { text: 'c', andParams: [{ name: 'c' }] }] } ```