{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement",
	"title": "JsonLdContextDefinitionElement",
	"description": "A context definition element is used to define the types of a context definition.",
	"anyOf": [
		{
			"type": "null"
		},
		{
			"type": "string"
		},
		{
			"$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinition"
		}
	]
}
