license.schema.json
Information about the license for an object.
type · thingShared vocabularystatus · publishedv1
{
"License": {
"@type": "License",
"schemaVersion": 1,
"@id": "URL",
"AuthoritySource": {
"@type": "AuthoritySource",
"schemaVersion": 1,
"abbreviation": "String",
"coreMetaData": {
"@type": "CoreMetaData",
"checksum": "String",
"created": {
"@type": "Created",
"organization": {
"@type": "Organization",
"elementId": "String",
"name": "String"
},
"person": {
"@type": "Person"
},
"timeStamp": "Datetime"
},
"deprecatedBy": "URL",
"live": "Boolean",
"modified": {
"@type": "Modified"
},
"notes": "String",
"status": "String",
"supersededBy": "URL",
"validated": "Integer"
},
"url": "URL"
},
"Language": {
"@type": "Language",
"schemaVersion": 1,
"languageCodeAlpha2": "String",
"languageCodeAlpha3": "String"
},
"licenseType": {
"@type": "LicenseType",
"details": "String",
"rightsToDerivate": "Boolean",
"rightsToRedistribute": "Boolean",
"rightsToScrape": "Boolean",
"rightsToTag": "Boolean",
"rightsToTransform": "Boolean",
"usageLicenseType": "String",
"usageRulesExamined": [
{
"usageRulesExamined(item)": {
"@type": "UsageRulesExamined(item)",
"usageRuleExamined": {
"@type": "UsageRuleExamined",
"checked": "Boolean",
"confidenceScore": "Decimal",
"statusText": "String"
}
}
}
]
},
"version": "String"
}
}{
"License": {
"@type": "License",
"schemaVersion": 1,
"description": "Information about the license for an object.",
"@id": {
"description": "The full unique link to the item so it's traversable by that property.",
"type": "URL"
},
"AuthoritySource": {
"@type": "AuthoritySource",
"schemaVersion": 1,
"description": "The penultimate authority of a Thing.",
"abbreviation": {
"description": "A shortened form of a word or phrase.",
"type": "String"
},
"coreMetaData": {
"@type": "CoreMetaData",
"description": "The object representation of the Thing CoreMetaData.",
"checksum": {
"description": "A checksum calculated using SHA-256 calculations based on 'date_modified', 'id', and 'live_status'.",
"type": "String"
},
"created": {
"@type": "Created",
"description": "Metadata created by information.",
"organization": {
"@type": "Organization",
"description": "The object representation of the Thing Organization.",
"elementId": {
"description": "A unique and persistent identifier for the record within the system's data set.",
"type": "String"
},
"name": {
"description": "The name of the item or record.",
"type": "String"
}
},
"person": {
"@type": "Person",
"description": "The object representation of the Thing Person."
},
"timeStamp": {
"description": "A datetime in the schema.",
"type": "Datetime"
}
},
"deprecatedBy": {
"description": "The Thing ID that supersedes this Thing.",
"type": "URL"
},
"live": {
"description": "A Boolean field of \"live\" (1::boolean) or \"deprecated\" (0::boolean).",
"type": "Boolean"
},
"modified": {
"@type": "Modified",
"description": "Metadata modified by information."
},
"notes": {
"description": "Additional text information.",
"type": "String"
},
"status": {
"description": "The item's release status as one of these values: Released, Redacted, In Edit, Re-Queued, Recommended, Not Applicable, On Hold, Restricted, In Review, Queued.",
"type": "String"
},
"supersededBy": {
"description": "The Thing ID that supersedes this Thing.",
"type": "URL"
},
"validated": {
"description": "Describes whether or not this record is validated by an authority. The values are 1 = Created, 2 = Reviewed, 3 = Review Approved.",
"type": "Integer"
}
},
"url": {
"description": "The Uniform Resource Locator of an internet address.",
"type": "URL"
}
},
"Language": {
"@type": "Language",
"schemaVersion": 1,
"description": "x",
"languageCodeAlpha2": {
"description": "x",
"type": "String"
},
"languageCodeAlpha3": {
"description": "x",
"type": "String"
}
},
"licenseType": {
"@type": "LicenseType",
"description": "The object representation of the Thing LicenseType.",
"details": {
"description": "An explanation of how an item was arrived at, or further explanation for any other reason necessary.",
"type": "String"
},
"rightsToDerivate": {
"description": "The content license allows the right to create and distribute derivative commercial works.",
"type": "Boolean"
},
"rightsToRedistribute": {
"description": "The content license allows Machine-based redistribution of the original content.",
"type": "Boolean"
},
"rightsToScrape": {
"description": "The right to scrape a website's contents for use in Text and Data Mining.",
"type": "Boolean"
},
"rightsToTag": {
"description": "The content license allows Machine Reading and Tagging.",
"type": "Boolean"
},
"rightsToTransform": {
"description": "The content license allows Machine Transformation for commercial purposes.",
"type": "Boolean"
},
"usageLicenseType": {
"description": "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.",
"type": "String"
},
"usageRulesExamined": [
{
"usageRulesExamined(item)": {
"@type": "UsageRulesExamined(item)",
"usageRuleExamined": {
"@type": "UsageRuleExamined",
"description": "The object representation of the Thing UsageRuleExamined.",
"checked": {
"description": "A Boolean value for whether or not a check was performed.",
"type": "Boolean"
},
"confidenceScore": {
"description": "A numeric representation of the level of confidence that was found during an operation.",
"type": "Decimal"
},
"statusText": {
"description": "Text representation of status.",
"type": "String"
}
}
}
}
]
},
"version": {
"description": "Version information for an item.",
"type": "String"
}
}
}