mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
feat(Structured Output Parser Node): Add notice about $refs support in JSON schema (#15973)
This commit is contained in:
@@ -105,18 +105,6 @@ export class InformationExtractor implements INodeType {
|
||||
}
|
||||
}`,
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
'The schema has to be defined in the <a target="_blank" href="https://json-schema.org/">JSON Schema</a> format. Look at <a target="_blank" href="https://json-schema.org/learn/miscellaneous-examples.html">this</a> page for examples.',
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
schemaType: ['manual'],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayName: 'Attributes',
|
||||
name: 'attributes',
|
||||
|
||||
Reference in New Issue
Block a user