diff --git a/scripts/implodeOverrides.ts b/scripts/implodeOverrides.ts index 62673f2..d4c04d9 100644 --- a/scripts/implodeOverrides.ts +++ b/scripts/implodeOverrides.ts @@ -58,6 +58,7 @@ async function processSubject(subjectId: string) { const fileContents = await file.json(); delete fileContents.createdAt; + delete fileContents.$schema; outData.data.push(fileContents); }