Skip to content

Commit

Permalink
add contentSize to spec (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi authored Sep 19, 2024
1 parent 7fb32a7 commit b394954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b394954

Please sign in to comment.