Keyword Skill Card

A skill card that contains a set of keywords

string
"skill_card"

skill_card

Value is always skill_card

string / date-time
"2018-04-13T13:53:23-07:00"

The optional date and time this card was created at.

object array

An list of entries in the metadata card.

"keyword1"

The text of the keyword.

object

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

object

The service that applied this metadata.

string
"image-recognition-service"

A custom identifier that represent the service that applied this metadata.

string
"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

Response Example

{
  "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"
}