Add missing json files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,5 +22,6 @@
|
|||||||
!*.sh
|
!*.sh
|
||||||
!*.md
|
!*.md
|
||||||
|
|
||||||
|
!*.json
|
||||||
# ...even if they are in subdirectories
|
# ...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