What is the Notion Page Blocks mock data preset useful for?
The Notion Page Blocks preset creates document pages with owners, icons, archive state, editable blocks, content, ordering, and timestamps for block editors, wikis, and knowledge bases.
Generate API-ready mock data from this preset schema using the hosted mocking.dev faker API.
Edit, reorder, add, or remove fields before generating mock data from this preset.
This preview always requests one generated item from faker.mocking.dev, regardless of the download count.
The Notion Page Blocks preset creates document pages with owners, icons, archive state, editable blocks, content, ordering, and timestamps for block editors, wikis, and knowledge bases.
The Notion Page Blocks preset includes these top-level fields: id, title, icon, isArchived, owner, blocks, createdAt, lastEditedAt. You can rename, remove, or extend the fields before generating data, including nested objects and arrays where supported.
Use it to test nested block rendering, block ordering, checked items, page ownership, archive states, long content, drag-and-drop editors, and document history views.
Customize the fields, row count, seed, and locale in the editor. The preview updates as you make changes, and you can download the generated records as a JSON file when the schema is ready.
Yes. mocking.dev uses Faker.js through its mock data API to generate names, emails, dates, numbers, locations, commerce data, and other realistic values. The seed makes results repeatable, while the locale controls regional data.
No. The records are synthetic and intended for development, demos, fixtures, and automated tests. Generated values can resemble real information by coincidence, so do not treat them as verified identities or use them to contact people.
{
id: string;
title: string;
description: string;
isCompleted: boolean;
priority: number;
dueAt: string;
assigneeName: string;
tags: string[];
createdAt: string;
}{
id: string;
key: string;
summary: string;
description: string;
status: string;
priority: number;
storyPoints: number;
reporter: {
id: string;
name: string;
avatarUrl: string;
};
assignee: {
id: string;
name: string;
avatarUrl: string;
};
labels: string[];
createdAt: string;
updatedAt: string;
}{
id: string;
title: string;
description: string;
category: string;
coverImageUrl: string;
instructor: {
id: string;
name: string;
jobTitle: string;
avatarUrl: string;
};
modules: {
id: string;
title: string;
order: number;
lessonCount: number;
durationMinutes: number;
isPublished: boolean;
}[];
enrollmentCount: number;
averageRating: number;
publishedAt: string;
}