PlantUML

The schema object for storing and sharing PlantUML diagrams.

String
The name of the item or record.
String
This describes a Thing or Property.
String
A unique and persistent identifier for the record within the system's data set.
String
The category a diagram belongs to.
String
Generic text of any sort.
URL
The full unique link to the item so it's traversable by that property.
Object
The object representation of the Thing CoreMetaData.
Object
An object of License.
Context
The JSON-LD context for the item in question.
{
	"Plantuml" : 
	{
		"@context" : "https://grcschema.org/",
		"@id" : "URL",
		"@type" : "Plantuml",
		"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"
		},
		"description" : "String",
		"diagramType" : "String",
		"elementId" : "String",
		"license" : 
		{
			"@id" : "URL",
			"@type" : "License",
			"elementId" : "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"
						}
					}
				]
			},
			"url" : "URL"
		},
		"name" : "String",
		"schemaVersion" : "",
		"text" : "String"
	}
}
Visualized image