ContentMediaLink
Description
link to images, videos, audio, and other content media
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| applicationId | UUID | used when linked to an Application | [optional] |
| contentDataId | UUID | used when linked to ContentData | [optional] |
| contentUse | ContentUseEnum | specialized usage for the media object if any | [optional] |
| contentType | ContentTypeEnum | content type of the media object | [optional] |
| mediaUrl | String | url to the media object | [optional] |
| fileName | String | path to a file | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
| lastAccessedById | UUID | Last user to access object | [optional] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |
Enum: ContentUseEnum
| Name | Value |
|---|---|
| NONE | "none" |
| SCREENSHOT | "screenshot" |
| SELFIE | "selfie" |
| PORTRAIT | "portrait" |
| PROMOTIONAL | "promotional" |
| INFORMATIONAL | "informational" |
| ENTERTAINMENT | "entertainment" |
| PRODUCT | "product" |
| SUPPORT | "support" |
| TRAINING | "training" |
Enum: ContentTypeEnum
| Name | Value |
|---|---|
| IMAGE | "image" |
| ICON | "icon" |
| VIDEO | "video" |
| AUDIO | "audio" |
| TEXT | "text" |
| JSON | "json" |
| YAML | "yaml" |
| XML | "xml" |
| MARKDOWN | "markdown" |
| SPREADSHEET | "spreadsheet" |
| "pdf" |
Implemented Interfaces
- Serializable
Generated Version Details
| ~ | value |
|---|---|
| GENERATOR VERSION | com.valkyrlabs:ValkyrAI API 1.0.1-SNAPSHOT |
| API ARTIFACT | com.valkyrlabs.valkyrai-api.jar |
| GENERATOR VERSION | org.openapitools.openapi-generator:7.5.0 |
| GENERATOR CLASS | org.openapitools.codegen.languages.SpringCodegen |
| GENERATED DATE | 2025-09-03T16:35:42.569765-07:00[America/Los_Angeles] |