Keyword Skill Card
A skill card that contains a set of keywords.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
created_at | string | No | The optional date and time this card was created at. |
type | enum<string> | Yes | The value will always be skill_card. Available options: skill_card. |
skill_card_type | enum<string> | Yes | The value will always be keyword. Available options: keyword. |
skill_card_title | object | No | The title of the card. |
skill | object | Yes | The service that applied this metadata. |
invocation | object | Yes | The invocation of this service, used to track which instance of a service applied the metadata. |
entries | array of object | Yes | An list of entries in the metadata card. |
Example
Skills metadata instance
The metadata assigned to an item for Box Skills.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
$canEdit | boolean | No | Whether the user can edit this metadata. |
$id | string | No | A UUID to identify the metadata object. |
$parent | string | No | An ID for the parent folder. |
$scope | string | No | An ID for the scope in which this template has been applied. |
$template | string | No | The name of the template. |
$type | string | No | A unique identifier for the “type” of this instance. This is an internal system property and should not be used by a client application. |
$typeVersion | integer | No | The last-known version of the template of the object. This is an internal system property and should not be used by a client application. |
$version | integer | No | The version of the metadata object. Starts at 0 and increases every time a user-defined property is modified. |
cards | array of Box Skill card | No | A list of Box Skill cards that have been applied to this file. |
Example
Status Skill Card
A Box Skill metadata card that puts a status message in the metadata sidebar.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
created_at | string | No | The optional date and time this card was created at. |
type | enum<string> | Yes | The value will always be skill_card. Available options: skill_card. |
skill_card_type | enum<string> | Yes | The value will always be status. Available options: status. |
skill_card_title | object | No | The title of the card. |
status | object | Yes | Sets the status of the skill. This can be used to show a message to the user while the Skill is processing the data, or if it was not able to process the file. |
skill | object | Yes | The service that applied this metadata. |
invocation | object | Yes | The invocation of this service, used to track which instance of a service applied the metadata. |
Example
Timeline Skill Card
A Box Skill metadata card that places a list of images on a timeline.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
created_at | string | No | The optional date and time this card was created at. |
type | enum<string> | Yes | The value will always be skill_card. Available options: skill_card. |
skill_card_type | enum<string> | Yes | The value will always be timeline. Available options: timeline. |
skill_card_title | object | No | The title of the card. |
skill | object | Yes | The service that applied this metadata. |
invocation | object | Yes | The invocation of this service, used to track which instance of a service applied the metadata. |
duration | integer | No | An total duration in seconds of the timeline. |
entries | array of object | Yes | A list of entries on the timeline. |
Example
Transcript Skill Card
A Box Skill metadata card that adds a transcript to a file.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
created_at | string | No | The optional date and time this card was created at. |
type | enum<string> | Yes | The value will always be skill_card. Available options: skill_card. |
skill_card_type | enum<string> | Yes | The value will always be transcript. Available options: transcript. |
skill_card_title | object | No | The title of the card. |
skill | object | Yes | The service that applied this metadata. |
invocation | object | Yes | The invocation of this service, used to track which instance of a service applied the metadata. |
duration | integer | No | An optional total duration in seconds. Used with a skill_card_type of transcript or timeline. |
entries | array of object | Yes | An list of entries for the card. This represents the individual entries of the transcription. |
Example
