Validate page title component schema
string
object
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": {}, "title": "Page title component", "description": "Validate page title component schema", "type": "object", "required": [ "title" ], "additionalProperties": false, "properties": { "title": { "type": "string" }, "cardStyle": { "$ref": "style/card.json" } } }