Variable IngestionSchemaConst
IngestionSchema: {
properties: {
category: { type: string };
deductedDate: { type: string };
markdown: { type: string };
properNouns: { items: { type: string }; type: string };
summary: { type: string };
tags: { items: { type: string }; type: string };
title: { type: string };
type: { type: string };
};
required: string[];
type: string;
} = ...
Type Declaration
properties: {
category: { type: string };
deductedDate: { type: string };
markdown: { type: string };
properNouns: { items: { type: string }; type: string };
summary: { type: string };
tags: { items: { type: string }; type: string };
title: { type: string };
type: { type: string };
}
required: string[]
type: string