{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceMarketplace",
	"title": "UneceMarketplace",
	"description": "An actual or virtual place where buyers and sellers interact, directly or through intermediaries, to trade goods or\nservices.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Marketplace",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this specified marketplace."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this specified marketplace."
		},
		"orderingAvailablePeriod": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAvailablePeriod"
			},
			"description": "An available ordering period for this specified marketplace."
		},
		"salesMethodCode": {
			"type": "string",
			"description": "The code specifying a sales method, such as an auction clock or mediation, for this specified marketplace."
		},
		"virtualIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this specified marketplace is virtual, such as a web-based marketplace."
		},
		"websiteURIId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "A website Uniform Resource Identifier (URI) for this specified marketplace."
		}
	},
	"required": ["type"]
}
