From 6220d6ba0fd4d7bb1575daf6a4e4e3301c3f70d3 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Thu, 8 Aug 2024 17:10:27 +0100 Subject: [PATCH] Add anchors for section ref Signed-off-by: Arthit Suriyawongkul --- docs/serializations.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/serializations.md b/docs/serializations.md index 1611db83f2..480c6156e1 100644 --- a/docs/serializations.md +++ b/docs/serializations.md @@ -1,12 +1,12 @@ # 4 Model and serializations -## 4.1 Overview +## 4.1 Overview This specification defines the data model of the SPDX standard, describing every piece of information about systems with software components. The data model is based on the Resource Description Framework (RDF) extensible knowledge representation data model, which provides a flexible and extensible way to represent and exchange information. The data may be serialized in a variety of formats for storage and transmission. -## 4.2 RDF Serialization +## 4.2 RDF Serialization Since the data model is based on RDF, any SPDX data can be serialized in any of the multiple RDF serialization formats, including but not limited to: @@ -17,7 +17,7 @@ Since the data model is based on RDF, any SPDX data can be serialized in any of The SPDX specification is accompanied by a [JSON-LD context](https://www.w3.org/TR/json-ld11/#the-context) definition file that can be used to serialize SPDX in a much simpler and more human-readable JSON-LD format. -## 4.3 Canonical serialization +## 4.3 Canonical serialization Canonical serialization is single, consistent, normalized, deterministic, and reproducible form. @@ -36,7 +36,7 @@ Canonical serialization is in JSON format, as defined in RFC 8259 (IETF STD 90), - arrays: An array structure is represented as square brackets surrounding zero or more items. Items are separated by commas. - objects: An object structure is represented as a pair of curly brackets surrounding zero or more name/value pairs (or members). A name is a string containing only ASCII characters (0x21-0x7F). The names within an object must be unique. A single colon comes after each name, separating the name from the value. A single comma separates a value from a following name. The name/value pairs are ordered by name. -## 4.4 Serialization information +## 4.4 Serialization information A collection of elements may be serialized in multiple formats.