{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceInspectionNote",
	"title": "UneceInspectionNote",
	"description": "Notes, such as conclusions, related to an inspection.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "InspectionNote",
			"description": "JSON-LD Type."
		},
		"content": {
			"type": "string",
			"description": "Content, expressed as text, of this inspection note."
		},
		"creationDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value for the creation of this inspection note.",
			"format": "date-time"
		}
	},
	"required": ["type"]
}
