Skip to content

Instantly share code, notes, and snippets.

View mindfull's full-sized avatar
🤔

Tae-geon Choi mindfull

🤔
View GitHub Profile
@mindfull
mindfull / landing-json-spec.json
Created September 10, 2025 06:32
landing-json-spec.json
{
"$id": "https://example.com/schemas/page.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Marketing Page Document",
"type": "object",
"additionalProperties": false,
"required": ["schemaVersion", "page", "projectId"],
"properties": {
"schemaVersion": {
"type": "string",