Skip to content

Commit bad7cfb

Browse files
committed
Amend topic status property
Fixes #31
1 parent 21da913 commit bad7cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongosh/institute-topics-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"maxLength": 128
3131
},
3232
"status": {
33-
"description": "The status of this partnership",
33+
"description": "The status of this topic",
3434
"bsonType": "string",
35-
"enum": ["Pending", "Active", "Drip", "Archived"]
35+
"enum": ["Active", "Archived"]
3636
},
3737
"overview": {
3838
"description":"The Topic overview paragraph",

0 commit comments

Comments
 (0)