{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdJsonValue",
	"title": "JsonLdJsonValue",
	"description": "JSON Value.",
	"anyOf": [
		{
			"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonPrimitive"
		},
		{
			"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonArray"
		},
		{
			"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonObject"
		}
	]
}
