tango-api-schema 2.5.25 → 2.5.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "2.5.25",
3
+ "version": "2.5.26",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -167,7 +167,6 @@ const fixtureConfigSchema = new mongoose.Schema(
167
167
  },
168
168
  fixtureLibraryId: {
169
169
  type: mongoose.Types.ObjectId,
170
- required: true,
171
170
  index: true
172
171
  },
173
172
  fixtureCapacity: {