{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceReferencePrice",
	"title": "UneceReferencePrice",
	"description": "A reference to a sum of money for which something is or may be bought or sold.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ReferencePrice",
			"description": "JSON-LD Type."
		},
		"basisQuantity": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceQuantityType"
			},
			"description": "A quantity on which the reference price is based."
		},
		"chargeAmount": {
			"$ref": "https://schema.twindev.org/unece/UneceAmountType",
			"description": "The monetary value of a charged reference price."
		},
		"comparisonMethodCode": {
			"type": "string",
			"description": "The code specifying the comparison method for this reference price."
		},
		"netPriceIndicator": {
			"type": "boolean",
			"description": "An indication of whether or not the reference price is a net price."
		}
	},
	"required": ["type"]
}
