Information about the license for an object.
{ "License" : { "@context" : "https://grcschema.org/", "@id" : "URL", "@type" : "License", "authoritySource" : { "@id" : "URL", "@type" : "AuthoritySource", "abbreviation" : "String", "elementId" : "String", "name" : "String" }, "coreMetaData" : { "@type" : "CoreMetaData", "checksum" : "String", "created" : { "@type" : "Created", "organization" : { "@id" : "URL", "@type" : "Organization", "elementId" : "String", "name" : "String" }, "person" : { "@id" : "URL", "@type" : "Person", "elementId" : "String", "name" : "String" }, "timeStamp" : "Datetime" }, "deprecatedBy" : "URL", "live" : "Boolean", "modified" : { "@type" : "Modified", "organization" : { "@id" : "URL", "@type" : "Organization", "elementId" : "String", "name" : "String" }, "person" : { "@id" : "URL", "@type" : "Person", "elementId" : "String", "name" : "String" }, "timeStamp" : "Datetime" }, "notes" : "String", "status" : "String", "supersededBy" : "URL", "validated" : "Integer" }, "elementId" : "String", "language" : { "@id" : "URL", "@type" : "Language", "elementId" : "String", "languageCodeAlpha2" : "String", "languageCodeAlpha3" : "String", "name" : "String" }, "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" } } ] }, "schemaVersion" : "1", "url" : "URL", "version" : "String" } }