From 95521f2133d66b9265f8102aac3448957926236b Mon Sep 17 00:00:00 2001 From: Stephanie Neubauer Date: Wed, 2 Sep 2020 11:32:05 +0200 Subject: [PATCH] Add string length limit as note to sw360 data model Closes #580. Signed-off-by: Stephanie Neubauer --- .../src/site/markdown/sw360-data-model.md.vm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/antenna-documentation/src/site/markdown/sw360-data-model.md.vm b/antenna-documentation/src/site/markdown/sw360-data-model.md.vm index 70ab06e72..3f0086d2d 100644 --- a/antenna-documentation/src/site/markdown/sw360-data-model.md.vm +++ b/antenna-documentation/src/site/markdown/sw360-data-model.md.vm @@ -76,4 +76,9 @@ In the following section there is an outline what data of SW360 ${docNameCap} ma |-----------------------|-------------------------------| | Source File | A zipped folder with the sources of the component. Typically uploaded by the SW360 Uploader | | Binary | A known binary of the component, stores also e.g. the hash that can be used to search for the metadata based on a hash. Typically uploaded by the SW360 Uploader | - | Clearing Report | A file with curated data and the approval state. If the status of this attachment is `Accepted`, the Clearing State of the component release is `Approved`. Typically uploaded by compliance office tooling. | \ No newline at end of file + | Clearing Report | A file with curated data and the approval state. If the status of this attachment is `Accepted`, the Clearing State of the component release is `Approved`. Typically uploaded by compliance office tooling. | + + +**Note**: +All string fields in this data model have a limit of 2147483647 - 1 in length, since this is the frame size of the binary protocol used with thrift. +