{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "benchmarks": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "isomorophic_benchmark": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "required": [ "description", "title" ], "type": "object" }, "js_benchmark": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "required": [ "description", "title" ], "type": "object" }, "link_label": { "type": "string" }, "show_more": { "type": "string" }, "time": { "type": "string" }, "view": { "type": "string" } }, "required": [ "isomorophic_benchmark", "js_benchmark", "link_label", "show_more", "time", "view" ], "type": "object" }, "example": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "copy": { "items": { "type": "string" }, "type": "array" }, "headline": { "type": "string" }, "link": { "type": "string" }, "link_label": { "type": "string" } }, "required": [ "copy", "headline", "link", "link_label" ], "type": "object" }, "facts": { "items": { "properties": { "detail": { "type": "string" }, "label": { "type": "string" }, "link": { "type": "string" } }, "type": "object" }, "type": "array" }, "features": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "copy": { "type": "string" }, "headline": { "type": "string" }, "list": { "items": { "type": "string" }, "type": "array" } }, "required": [ "copy", "headline", "list" ], "type": "object" }, "get_started": { "type": "string" }, "hero": { "type": "string" }, "intro_video": { "type": "string" }, "intro_video_advanced": { "type": "string" }, "news": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "content": { "type": "string" } }, "required": [ "content" ], "type": "object" }, "performance": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "copy": { "type": "string" }, "headline": { "items": { "type": "string" }, "type": "array" }, "link": { "type": "string" }, "link_label": { "type": "string" } }, "required": [ "copy", "headline", "link", "link_label" ], "type": "object" }, "reactivity": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "copy": { "type": "string" }, "headline": { "type": "string" }, "link": { "type": "string" }, "link_label": { "type": "string" }, "subheadline": { "type": "string" } }, "required": [ "copy", "headline", "link", "link_label", "subheadline" ], "type": "object" }, "strengths": { "items": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "description": { "type": "string" }, "icon": { "type": "string" }, "label": { "type": "string" } }, "required": [ "description", "icon", "label" ], "type": "object" }, "type": "array" }, "ukraine": { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "link": { "type": "string" }, "petition": { "type": "string" }, "support": { "type": "string" } }, "required": [ "link", "petition", "support" ], "type": "object" } }, "required": [ "benchmarks", "example", "facts", "features", "get_started", "hero", "intro_video", "intro_video_advanced", "news", "performance", "reactivity", "strengths", "ukraine" ], "type": "object" }