diff --git a/common/models/challenge.json b/common/models/challenge.json index 08fa48779b..84cf3a4c6b 100644 --- a/common/models/challenge.json +++ b/common/models/challenge.json @@ -4,6 +4,10 @@ "idInjection": true, "trackChanges": false, "properties": { + "id": { + "type": "string", + "id": true + }, "name": { "type": "string", "index": { diff --git a/common/models/job.json b/common/models/job.json index 12473628cc..a3392fee82 100644 --- a/common/models/job.json +++ b/common/models/job.json @@ -4,6 +4,10 @@ "idInjection": true, "trackChanges": false, "properties": { + "id": { + "type": "string", + "id": true + }, "position": { "type": "string" }, diff --git a/common/models/nonprofit.json b/common/models/nonprofit.json index 5d8dddbc3d..d83bd55739 100644 --- a/common/models/nonprofit.json +++ b/common/models/nonprofit.json @@ -4,6 +4,10 @@ "idInjection": true, "trackChanges": false, "properties": { + "id": { + "type": "string", + "id": true + }, "name": { "type": "string", "index": { diff --git a/common/models/story.json b/common/models/story.json index 6f252cefb3..5d8e56dfb2 100644 --- a/common/models/story.json +++ b/common/models/story.json @@ -4,6 +4,10 @@ "idInjection": true, "trackChanges": false, "properties": { + "id": { + "type": "string", + "id": true + }, "name": { "type": "string", "index": {