{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceBinaryFile",
	"title": "UneceBinaryFile",
	"description": "A specified computer file or program stored in a binary format.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "BinaryFile",
			"description": "JSON-LD Type."
		},
		"access": {
			"type": "string",
			"description": "Access information, expressed as text, for this specified binary file, such as security and download parameters."
		},
		"accessAvailabilityPeriod": {
			"$ref": "https://schema.twindev.org/unece/UneceSpecifiedPeriod",
			"description": "The specified period when access to this binary file is available."
		},
		"authorName": {
			"type": "string",
			"description": "A name of an author, expressed as text, of this specified binary file."
		},
		"characterSetCode": {
			"type": "string",
			"description": "The code specifying the character set for this specified binary file."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this specified binary file."
		},
		"encodingCode": {
			"type": "string",
			"description": "The code specifying the encoding of this specified binary file."
		},
		"fileName": {
			"type": "string",
			"description": "The file name, expressed as text, of this specified binary file."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "A unique identifier for this specified binary file."
		},
		"includedBinaryObject": {
			"type": "string",
			"description": "A binary object included in this specified binary file."
		},
		"mIMECode": {
			"type": "string",
			"description": "The code specifying the Multipurpose Internet Mail Extensions (MIME) type for this specified binary file."
		},
		"sizeMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the size of this specified binary file."
		},
		"title": {
			"type": "string",
			"description": "A title, expressed as text, for this specified binary file."
		},
		"uRIId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique Uniform Resource Identifier (URI) for this specified binary file."
		},
		"validityPeriod": {
			"$ref": "https://schema.twindev.org/unece/UneceSpecifiedPeriod",
			"description": "The validity period specified of this binary file."
		},
		"versionId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique version identifier for this specified binary file."
		}
	},
	"required": ["type"]
}
