Terms Paginated List

A paginated list of Terms to be included in a glossary or dictionary entry.

Object
The object representation of the Thing Glossary.
Array
A paged array of Terms.
{
	"termsPaginatedList" : 
	{
		"@id" : "URL",
		"@type" : "paginatedList",
		"glossary" : 
		{
			"@id" : "URL",
			"@type" : "Glossary",
			"elementId" : "String"
		},
		"nextPage" : "URL",
		"page" : "Integer",
		"perPage" : "Integer",
		"previousPage" : "URL",
		"terms" : 
		[
			{
				"Term" : 
				{
					"@context" : "https://grcschema.org/",
					"@id" : "URL",
					"@type" : "Term",
					"acronym" : 
					{
						"@id" : "URL",
						"@type" : "Acronym",
						"elementId" : "String",
						"text" : "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"
					},
					"definitions" : 
					[
						{
							"definition" : 
							{
								"@id" : "URL",
								"@type" : "Definition",
								"bloomLevel" : 
								{
									"@id" : "URL",
									"@type" : "BloomLevel",
									"elementId" : "String",
									"level" : "Integer",
									"name" : "String"
								},
								"elementId" : "String",
								"language" : 
								{
									"@id" : "URL",
									"@type" : "Language",
									"elementId" : "String",
									"languageCodeAlpha2" : "String",
									"languageCodeAlpha3" : "String",
									"name" : "String"
								},
								"namedEntity" : 
								{
									"@id" : "URL",
									"@type" : "NamedEntity",
									"elementId" : "String",
									"name" : "String"
								},
								"partOfSpeech" : 
								{
									"@id" : "URL",
									"@type" : "PartOfSpeech",
									"elementId" : "String",
									"name" : "String"
								},
								"text" : "String"
							}
						}
					],
					"elementId" : "String",
					"nonstandard" : "Boolean",
					"nonstandardTerms" : 
					[
						{
							"term" : 
							{
								"@id" : "URL",
								"@type" : "Term",
								"elementId" : "String",
								"name" : "String"
							}
						}
					],
					"otherForms" : 
					[
						{
							"otherForm" : 
							{
								"@id" : "URL",
								"@type" : "OtherForm",
								"elementId" : "String",
								"name" : "String",
								"nonstandard" : "Boolean",
								"propertyType" : "String"
							}
						}
					],
					"preferredTerm" : "Boolean",
					"schemaVersion" : "",
					"standardTerm" : 
					{
						"@id" : "URL",
						"@type" : "StandardTerm",
						"elementId" : "String",
						"name" : "String"
					},
					"termRelationshipPaginatedList" : 
					{
						"@id" : "URL",
						"@type" : "paginatedList",
						"nextPage" : "URL",
						"page" : "Integer",
						"perPage" : "Integer",
						"previousPage" : "URL",
						"termRelationship" : 
						{
							"@id" : "URL",
							"@type" : "TermRelationship",
							"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",
							"term" : 
							{
								"@id" : "URL",
								"@type" : "Term",
								"elementId" : "String",
								"name" : "String"
							},
							"termRelationshipType" : 
							{
								"@id" : "URL",
								"@type" : "TermRelationshipType",
								"elementId" : "String",
								"name" : "String"
							}
						},
						"total" : "Integer"
					}
				}
			}
		],
		"total" : "Integer"
	}
}
Visualized image