Add missing json files

This commit is contained in:
George Suntres
2026-03-29 12:46:19 -04:00
parent b18c1ab94c
commit eff6c4ecee
2 changed files with 45 additions and 0 deletions

44
structful.json Normal file
View 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"
}
}
}
}