Type alias ContentMetadata
ContentMetadata: { authority: Authority; contentType: MIME_TYPES; creditedSource: string; description: string; id: string; licensedFrom?: string; metadata: Record<string, unknown>; ownership: "owned" | "licensed" | "referenced"; published: string; title: string; type: ContentTypes; uri: string; } Type declaration
creditedSource: string
description: string
id: string
Optional
licensedFrom?: string
metadata: Record<string, unknown>
ownership: "owned" | "licensed" | "referenced"
published: string
title: string
uri: string