Skip to content
Snippets Groups Projects
Commit a7c9309f authored by Severin Kistner's avatar Severin Kistner
Browse files

feat: fragments for chunking

parent 5d2dc0ac
No related branches found
No related tags found
1 merge request!34feat: fragments for chunking (planning#1895)
......@@ -15,6 +15,10 @@ Types of changes:
## Unreleased
### Added
- Optional fragments for the chunking feature
## [1.2.0] - 2024-01-05
### Changed
- Clarified that UUIDs for attachments are globally unique. (see [planning#1134](https://git.fitko.de/fit-connect/planning/-/issues/1134), 524ca8b)
......
......@@ -95,6 +95,16 @@
"format": "uuid",
"minLength": 32,
"maxLength": 36
},
"fragments": {
"type": "array",
"description": "Fragments für Chunking Metadata.",
"items": {
"type": "string",
"format": "uuid",
"minLength": 32,
"maxLength": 36
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment