MetadataAutoMatchResponse
Response after auto-matching metadata
appliedFieldsstring[]required
Fields that were applied
externalUrlstring | nullnullable
External URL (link to matched item on provider)
matchedResult object
oneOf
- null
- PluginSearchResultDto
null
messagestringrequired
Message
skippedFields object[]required
Fields that were skipped (with reasons)
Array [
fieldstringrequired
Field name
reasonstringrequired
Reason for skipping
]
successbooleanrequired
Whether the operation succeeded
MetadataAutoMatchResponse
{
"appliedFields": [
"string"
],
"externalUrl": "string",
"matchedResult": "null",
"message": "string",
"skippedFields": [
{
"field": "string",
"reason": "string"
}
],
"success": true
}