Skip to content
Snippets Groups Projects
Commit ee88fbd4 authored by Yurii Kondakov's avatar Yurii Kondakov
Browse files

update record id documentation

parent 8288ff10
No related branches found
No related tags found
1 merge request!953Response with 400 (Bad request) when record id is longer than 512 bytes
Pipeline #289256 failed
......@@ -28,7 +28,7 @@ From the Storage Service perspective, the metadata to be ingested is called __re
}
```
* __id__: _(optional)_ Unique identifier in the Data Ecosystem. When not provided, the service will create and assign an id to the record. Must follow the naming convention: ``{Data-Partition-Id}:{object-type}:{uuid}``.
* __id__: _(optional)_ Unique identifier in the Data Ecosystem. When not provided, the service will create and assign an id to the record. Must follow the naming convention: ``{Data-Partition-Id}:{object-type}:{uuid}`` and be no longer than 512 bytes.
* __kind__: _(mandatory)_ Kind of data being ingested. Must follow the naming convention: ``{Schema-Authority}:{dataset-name}:{record-type}:{version}``.
* __acl__: _(mandatory)_ Group of users who have access to the record.
* __acl.viewers__: List of valid groups which will have view/read privileges over the record. We follow the naming convention such that data groups begin with ``data.``.
......
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