{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdContainerType",
	"title": "JsonLdContainerType",
	"description": "JSON-LD container types.",
	"anyOf": [
		{
			"const": "@language"
		},
		{
			"const": "@index"
		},
		{
			"const": "@id"
		},
		{
			"const": "@graph"
		},
		{
			"const": "@type"
		}
	]
}
