A skill card that contains a set of keywords.
skill_cardThe value will always be skill_card.
Value is always skill_card
2018-04-13T13:53:23-07:00The optional date and time this card was created at.
An list of entries in the metadata card.
keyword1The text of the keyword.
The invocation of this service, used to track which instance of a service applied the metadata.
image-recognition-service-123A 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_invocationThe value will always be skill_invocation.
Value is always skill_invocation
The service that applied this metadata.
image-recognition-serviceA custom identifier that represent the service that applied this metadata.
serviceThe value will always be service.
Value is always service
The title of the card.
labelsAn optional identifier for the title.
LabelsThe actual title to show in the UI.
keywordThe value will always be 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"
}