{
	"type": "Review",
	"label": "Review",
	"description": "A review of a product, service, or creative work.",
	"icon": "⭐",
	"template": {
		"@context": "https://schema.org",
		"@type": "Review",
		"itemReviewed": { "@type": "{{item_type}}", "name": "{{item_name}}" },
		"reviewBody": "{{review_body}}",
		"author": { "@type": "Person", "name": "{{author_name}}" },
		"reviewRating": { "@type": "Rating", "ratingValue": "{{rating}}", "bestRating": "5" }
	},
	"placeholders": {
		"item_type": { "label": "Item type (e.g. Product, Book, Movie)", "source": "", "default": "Product" },
		"item_name": { "label": "Item name", "source": "post_title" },
		"review_body": { "label": "Review body", "source": "post_excerpt" },
		"author_name": { "label": "Author", "source": "post_author" },
		"rating": { "label": "Rating (1-5)", "source": "", "default": "5" }
	}
}
