feat(Structured Output Parser Node): Add notice about $refs support in JSON schema (#15973)

This commit is contained in:
Eugene
2025-06-05 09:51:03 +02:00
committed by GitHub
parent c57e697249
commit 47ad74d137
3 changed files with 13 additions and 25 deletions

View File

@@ -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',