{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://linked.art/api/1.0/schema/image.json",
	"title": "Visual Content Schema",
	"description": "_crm:E36\\_Visual\\_Item_\nThe visual content of a work.\nSee: [API](https://linked.art/api/1.0/endpoint/visual_work/) | [Model](https://linked.art/model/object/aboutness/#physical-object-and-visual-work)",
	"type": "object",
	"properties": {
		"@context": {"$ref": "core.json#/$defs/ContextStringOrArray"},
		"id": {"$ref": "core.json#/$defs/idProp"},
		"type": {"allOf": [{"title": "General", "$ref": "core.json#/$defs/typeProp"},
			{"title": "Specific", "type": "string", "const": "VisualItem"}]},
		"_label": {"$ref": "core.json#/$defs/labelProp"},
		"identified_by": {"$ref": "core.json#/$defs/identified_byProp"},
		"classified_as": {"$ref": "core.json#/$defs/classified_asProp"},
		"referred_to_by": {"$ref": "core.json#/$defs/referred_to_byProp"},
		"equivalent": {"allOf": [{"title": "General", "$ref": "core.json#/$defs/equivalentProp"},
			{"title": "Specific", "description": "List of equivalent `VisualItem` entities", "type": "array", "items": {"$ref": "core.json#/$defs/VisualItemRef"}}]},
		"member_of": {"$ref": "core.json#/$defs/member_ofSetProp"},
		"subject_of": {"$ref": "core.json#/$defs/subject_ofProp"},
		"attributed_by": {"$ref": "core.json#/$defs/attributed_byRelProp"},
		"dimension": {"$ref": "core.json#/$defs/dimensionProp"},
		"subject_to": {"$ref": "core.json#/$defs/subject_toProp"},
		"part_of": {
			"title": "crm:P106i_forms_part_of",
			"description": "Reference to another Visual Item or Linguistic Object of which this is part", 
			"type": "array",
			"items": {"$ref": "core.json#/$defs/LingObjOrVisualItemRef"}},
		"conceptually_part_of": {"$ref": "core.json#/$defs/conceptually_part_ofProp"},
		"about": {"$ref": "core.json#/$defs/aboutProp"},
		"created_by": {"title": "crm:P94i_was_created_by", "$ref": "core.json#/$defs/Creation"},
		"represents": {"title": "crm:P138_represents", "description": "An entity which is represented in this image content", "type": "array", "items": {"$ref": "core.json#/$defs/AnyRef"}},
		"represents_instance_of_type": {"title": "crm:P199_represents_instance_of_type", "description": "A Type of an entity, which is represented in this image content", "type": "array", "items": {"$ref": "core.json#/$defs/Concept"}},
		"used_for": {"title": "crm:P16i_was_used_for", "description": "", "type": "array", "items": {"$ref": "core.json#/$defs/Activity"}}

	},
	"required": ["@context", "id", "type", "_label"],
	"additionalProperties": false
}
