{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceCooperatingOrganization",
	"title": "UneceCooperatingOrganization",
	"description": "An organized structure set up for a particular purpose, such as a business, government body, department, charity, or\nfinancial institution that is working together with another organization, business, or person.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "CooperatingOrganization",
			"description": "JSON-LD Type."
		},
		"name": {
			"type": "string",
			"description": "A name, expressed as text, for this cooperating organization."
		},
		"roleCode": {
			"type": "string",
			"description": "The code specifying the role for this cooperating organization."
		},
		"usedInformationSource": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceInformationSource"
			},
			"description": "A specified cooperative information source used for or from this cooperating organization."
		}
	},
	"required": ["type"]
}
