{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSpecialQuery",
	"title": "UneceSpecialQuery",
	"description": "A special question or request for information.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SpecialQuery",
			"description": "JSON-LD Type."
		},
		"content": {
			"type": "string",
			"description": "Content, expressed as text, of this special query."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier for this special query."
		},
		"latestResponseDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value for the latest response to this special query.",
			"format": "date-time"
		},
		"responseDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of the response for this special query.",
			"format": "date-time"
		},
		"responseStatusCode": {
			"type": "string",
			"description": "The code specifying the response status for this special query."
		},
		"subject": {
			"type": "string",
			"description": "A subject, expressed as text, of this special query."
		},
		"submittedDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value when this special query was submitted.",
			"format": "date-time"
		},
		"submittingPersonName": {
			"type": "string",
			"description": "A name, expressed as text, of the person submitting this special query."
		},
		"versionId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of the version for this special query."
		}
	},
	"required": ["type"]
}
