{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UnecePreventiveAction",
	"title": "UnecePreventiveAction",
	"description": "An adjustment, such as a change to an organization's processes or products, taken to prevent non-conformities or other\nundesirable situations, possibly as a result of a risk analysis.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "PreventiveAction",
			"description": "JSON-LD Type."
		},
		"actionType": {
			"type": "string",
			"description": "A type, expressed as text, for this preventive action."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this preventive action."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UnecePreventiveActionTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of preventive action."
		}
	},
	"required": ["type"]
}
