{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/json-ld/JsonLdJsonPrimitive",
	"title": "JsonLdJsonPrimitive",
	"description": "JSON Primitive.",
	"anyOf": [
		{
			"type": "string"
		},
		{
			"type": "number"
		},
		{
			"type": "boolean"
		},
		{
			"type": "null"
		}
	]
}
