CreateReviewBodyItem interface
Schema items of the body.
Properties
callback |
Optional CallbackEndpoint. |
content | Content to review. |
content |
Content Identifier. |
metadata | Optional metadata details. |
type | Type of the content. Possible values include: 'Image', 'Text' |
Property Details
callbackEndpoint
Optional CallbackEndpoint.
callbackEndpoint?: string
Property Value
string
content
Content to review.
content: string
Property Value
string
contentId
Content Identifier.
contentId: string
Property Value
string
metadata
Optional metadata details.
metadata?: CreateReviewBodyItemMetadataItem[]