Join BoxWorks 2024 to discover what's possible with content and AI!
Register now!A skill card that contains a set of keywords
skill_card
skill_card
Value is always skill_card
2018-04-13T13:53:23-07:00
The optional date and time this card was created at.
An list of entries in the metadata card.
keyword1
The text of the keyword.
The invocation of this service, used to track which instance of a service applied the metadata.
image-recognition-service-123
A custom identifier that represent the instance of
the service that applied this metadata. For example,
if your image-recognition-service
runs on multiple
nodes, this field can be used to identify the ID of
the node that was used to apply the metadata.
skill_invocation
skill_invocation
Value is always skill_invocation
The service that applied this metadata.
image-recognition-service
A custom identifier that represent the service that applied this metadata.
service
service
Value is always service
The title of the card.
labels
An optional identifier for the title.
Labels
The actual title to show in the UI.
keyword
keyword
Value is always keyword
{
"type": "skill_card",
"created_at": "2018-04-13T13:53:23-07:00",
"entries": [
{
"text": "keyword1"
}
],
"invocation": {
"id": "image-recognition-service-123",
"type": "skill_invocation"
},
"skill": {
"id": "image-recognition-service",
"type": "service"
},
"skill_card_title": {
"code": "labels",
"message": "Labels"
},
"skill_card_type": "keyword"
}