{
	"$schema": "https://chharvey.github.io/schemaorg-jsd/meta/member.jsd#",
	"$id": "https://chharvey.github.io/schemaorg-jsd/schema/manufacturer.prop.jsd",
	"title": "http://schema.org/manufacturer",
	"description": "The manufacturer of the product.",
	"definitions": {
		"ExpectedType": {
			"anyOf": [
				{ "$ref": "Organization.jsd" }
			]
		}
	},
	"allOf": [
		true,
		{
			"anyOf": [
				{ "$ref": "#/definitions/ExpectedType" }
			]
		}
	]
}
