{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdJsonObject",
	"title": "JsonLdJsonObject",
	"description": "JSON Type for object.",
	"type": "object",
	"additionalProperties": {
		"$ref": "https://schema.twindev.org/json-ld/JsonLdJsonValue"
	}
}
