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