Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eff6c4ecee |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,5 +22,6 @@
|
||||
!*.sh
|
||||
!*.md
|
||||
|
||||
!*.json
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
|
||||
44
structful.json
Normal file
44
structful.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"_group": "system_collections",
|
||||
"_name": "_structful",
|
||||
"_version": "202507",
|
||||
"singular": "structful",
|
||||
"plural": "structful",
|
||||
"system": true,
|
||||
"idPrefix": "",
|
||||
"indexSpecs": [{
|
||||
"name": "group_version_1",
|
||||
"keys": { "_group": 1, "_version": 1 },
|
||||
"unique": false
|
||||
}, {
|
||||
"name": "group_version_1",
|
||||
"keys": { "_group": 1, "_version": 1, "_name": 1 },
|
||||
"unique": true
|
||||
}],
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_id": {
|
||||
"bsonType": "objectId"
|
||||
},
|
||||
"_group": {
|
||||
"bsonType": "string"
|
||||
},
|
||||
"_name": {
|
||||
"bsonType": "string"
|
||||
},
|
||||
"_version": {
|
||||
"bsonType": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"bsonType": "timestamp"
|
||||
},
|
||||
"updatedAt": {
|
||||
"bsonType": "timestamp"
|
||||
},
|
||||
"archivedAt": {
|
||||
"bsonType": "timestamp"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user