Skip to main content
API version 2024.0 A skill card that contains a set of keywords.
type
string
example: skill_cardThe value will always be skill_card.Value is always skill_card
created_at
string(date-time)
example: 2018-04-13T13:53:23-07:00The optional date and time this card was created at.
entries
object[]
An list of entries in the metadata card.
invocation
object
The invocation of this service, used to track which instance of a service applied the metadata.
skill
object
The service that applied this metadata.
skill_card_title
object
The title of the card.
skill_card_type
string
example: 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"
}