{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSecurityTag",
	"title": "UneceSecurityTag",
	"description": "A product tag device to provide protection from a peril such as theft.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SecurityTag",
			"description": "JSON-LD Type."
		},
		"locationCode": {
			"type": "string",
			"description": "The code specifying the location of this product security tag."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceSecurityTagTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of this product security tag."
		}
	},
	"required": ["type"]
}
