From 52f5da32c01e7fa640b5f1e0b3d2163fca8f0615 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Wed, 18 Sep 2024 17:24:31 +0200 Subject: [PATCH] add contentSize to spec --- SPECIFICATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPECIFICATION.md b/SPECIFICATION.md index 09c6df0..e4b2081 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -117,6 +117,10 @@ All nodes with a `@type` such as `Comment` or `Person` exist at the root node (o For instance, a "comment" on an experiment will exist as a `@type: Comment` node at the root node, and be referenced through its `@id` in the `comment` part of the experiment's node. See "Example Dataset with Comment" example below. +### Specific fields + +* `contentSize`: this term is loosely defined by Schema.org. In a .eln it is a string with the number of bytes. See "Example File" section below. It contains no units. + #### Example Dataset ```json