interface MediaKeywords {
    contentEncoding?: string;
    contentMediaType?: string;
    contentSchema?: boolean | JSONSchema;
}

Hierarchy (view full)

Properties

contentEncoding?: string
contentMediaType?: string
contentSchema?: boolean | JSONSchema