API version 2024.0
A skill card that contains a set of keywords.
example: skill_card The value will always be skill_card. Value is always skill_card
example: 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. example: keyword1 The text of the keyword.
The invocation of this service, used to track
which instance of a service applied the metadata. example: 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.
example: skill_invocation The value will always be skill_invocation. Value is always skill_invocation
The service that applied this metadata. example: image-recognition-service A custom identifier that represent the service that
applied this metadata.
example: service The value will always be service. Value is always service
The title of the card. example: labels An optional identifier for the title.
example: Labels The actual title to show in the UI.
example: keyword The 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"
}