{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceEquipment",
	"title": "UneceEquipment",
	"description": "Hardware or software typically marketed by a company other than the original manufacturer.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Equipment",
			"description": "JSON-LD Type."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this OEM equipment."
		},
		"manufacturerParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The manufacturer party for this OEM equipment."
		},
		"pollingCapabilityIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this OEM equipment has a polling capability."
		},
		"pollingRateMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the polling rate for this OEM equipment."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceEquipmentTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "A code specifying a type of OEM equipment."
		}
	},
	"required": ["type"]
}
