Schema

    {
	"props": {
		"title": {
			"type": "string",
			"description": "Title of the component"
		},
		"perex": {
			"type": "string",
			"description": "Perex of the component"
		},
		"sectionImage": {
			"type": "object",
			"description": "image of the section",
			"props": {
				"src": {
					"type": "string",
					"description": "url of the section image"
				},
				"alt": {
					"type": "string",
					"description": "alt of the section image"
				}
			}
		},
		"usps": {
			"type": "array of objects",
			"description": "All props are documented by the component `usp-item`."
		}
	}
}