Skip to main content

ContentData

Description

General Content record for various data formats

Properties

NameTypeDescriptionNotes
authorNameString[optional]
titleString[optional]
subtitleString[optional]
fileNameString[optional]
contentUrlString[optional]
contentDataString[optional]
contentTypeContentTypeEnum[optional]
thumbnailImageStringThe large image (optional) for your content[optional]
largeImageStringThe large image (optional) for your content[optional]
categoryCategoryEnum[optional]
statusStatusEnum[optional]
releaseDateOffsetDateTimethe release date (used to automate publishing)[optional]
contentMediaList<ContentMediaLink>media contained in or referenced by the content[optional]
ownerPrincipal[optional]
idUUIDUnique identifier for object in the system[optional]
ownerIdUUIDUUID of owner of the object in the system[optional]
createdDateOffsetDateTimeDate of object creation[optional]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional]
lastAccessedByIdUUIDLast user to access object[optional]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional]
lastModifiedDateOffsetDateTimeDate of last object modification[optional]

Enum: ContentTypeEnum

NameValue
PLAINTEXT"plaintext"
MARKDOWN"markdown"
JSON"json"
CODE"code"
YAML"yaml"
AUDIO"audio"
VIDEO"video"
URL"url"
BINARY"binary"

Enum: CategoryEnum

NameValue
CODEGEN"CodeGen"
DOCS"DOCS"
BLOG"BLOG"
PRODUCT"Product"
SECURITY"SECURITY"
EVENT"Event"

Enum: StatusEnum

NameValue
HOLDING"holding"
EDITING"editing"
PUBLISHED"published"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-04-09T20:27:13.881184-07:00[America/Los_Angeles]