Skip to content
Snippets Groups Projects
Verified Commit f65cafcc authored by Hendrik Kamp's avatar Hendrik Kamp
Browse files

feat: update validations (planning#1895)

parent 08d81201
No related branches found
No related tags found
1 merge request!34feat: fragments for chunking (planning#1895)
...@@ -98,7 +98,10 @@ ...@@ -98,7 +98,10 @@
}, },
"fragments": { "fragments": {
"type": "array", "type": "array",
"description": "Fragments für Chunking Metadata.", "uniqueItems": true,
"description": "UUIDs der Fragmente dieses Attachments.",
"minContains": 1,
"maxContains": 100,
"items": { "items": {
"type": "string", "type": "string",
"format": "uuid", "format": "uuid",
......
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