{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAccreditation",
	"title": "UneceAccreditation",
	"description": "A certified recognition that provides evidence of a level of competency in a given area, such as certifying a level of\nskill in a trade.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Accreditation",
			"description": "JSON-LD Type."
		},
		"accreditingBodyName": {
			"type": "string",
			"description": "The name of the accrediting body, expressed as text, for this certified accreditation."
		},
		"authenticationMethodCode": {
			"type": "string",
			"description": "A code specifying an authentication method for this certified accreditation."
		},
		"categoryCode": {
			"type": "string",
			"description": "The code specifying the category of this certified accreditation, such as driving or academic."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this certified accreditation."
		},
		"expiryDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value when this certified accreditation expires.",
			"format": "date-time"
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier for this certified accreditation."
		},
		"obtainedDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value when this certified accreditation was obtained.",
			"format": "date-time"
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceAccreditationTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of this certified accreditation, such as a type of driving license."
		}
	},
	"required": ["type"]
}
