license type
The object representation of the Thing LicenseType.
Name
DataType
Description
String
The type of usage license assigned to the document. This could be any of these: BY, SA, ND, NC, ©, or FDL if publicly facing. It could also be any compliance restricted document, such as being tagged as FCI, CUI, PCI-DSS, CCPA, HIPAA, PDPA, GDPR, LGPD, PIPEDA, or PDPB.
Boolean
The content license allows the right to create and distribute derivative commercial works.
Boolean
The content license allows Machine-based redistribution of the original content.
{
	"licenseType" : 
	{
		"@id" : "URL",
		"@type" : "LicenseType",
		"details" : "String",
		"elementId" : "String",
		"rightsToDerivate" : "Boolean",
		"rightsToRedistribute" : "Boolean",
		"rightsToScrape" : "Boolean",
		"rightsToTag" : "Boolean",
		"rightsToTransform" : "Boolean",
		"usageLicenseType" : "String",
		"usageRulesExamined" : 
		[
			{
				"usageRuleExamined" : 
				{
					"@id" : "URL",
					"@type" : "UsageRuleExamined",
					"checked" : "Boolean",
					"confidenceScore" : "Decimal",
					"details" : "String",
					"elementId" : "String",
					"name" : "String",
					"statusText" : "String",
					"url" : "URL"
				}
			}
		]
	}
}