mirror of
https://github.com/OSMA-D/osma-server.git
synced 2025-03-06 01:51:33 +03:00
doc: readme contributing roadmap
This commit is contained in:
parent
11628b0190
commit
2cf76d8c0f
9 changed files with 342 additions and 2 deletions
22
docs/db-validation/personal_libraries.json
Normal file
22
docs/db-validation/personal_libraries.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"$jsonSchema": {
|
||||
"bsonType": "object",
|
||||
"required": ["apps", "name"],
|
||||
"properties": {
|
||||
"name": {
|
||||
"bsonType": "string",
|
||||
"minLength": 3,
|
||||
"maxLength": 16
|
||||
},
|
||||
"apps": {
|
||||
"bsonType": "array",
|
||||
"uniqueItems": true,
|
||||
"items": {
|
||||
"bsonType": "string",
|
||||
"minLength": 3,
|
||||
"maxLength": 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue