{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAcademicQualification",
	"title": "UneceAcademicQualification",
	"description": "An academic achievement that is officially recognized.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "AcademicQualification",
			"description": "JSON-LD Type."
		},
		"abbreviatedName": {
			"type": "string",
			"description": "The abbreviated name, expressed as text, of this academic qualification."
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, of this academic qualification."
		}
	},
	"required": ["type"]
}
