{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdTypeMap",
	"title": "JsonLdTypeMap",
	"description": "A type map is used to associate an IRI with a value that allows easy programmatic access.",
	"type": "object",
	"additionalProperties": {
		"anyOf": [
			{
				"type": "string"
			},
			{
				"$ref": "https://schema.twindev.org/json-ld/JsonLdNodeObject"
			}
		]
	}
}
