Skip to content

Commit 76da9d2

Browse files
bump schema version [skip actions]
1 parent 6c25624 commit 76da9d2

10 files changed

Lines changed: 6655 additions & 9496 deletions

File tree

schemas/acquisition_schema.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,8 +3882,16 @@
38823882
"title": "Research Resource ID"
38833883
},
38843884
"lot_number": {
3885-
"title": "Lot number",
3886-
"type": "string"
3885+
"anyOf": [
3886+
{
3887+
"type": "string"
3888+
},
3889+
{
3890+
"type": "null"
3891+
}
3892+
],
3893+
"default": null,
3894+
"title": "Lot number"
38873895
},
38883896
"expiration_date": {
38893897
"anyOf": [
@@ -3901,8 +3909,7 @@
39013909
},
39023910
"required": [
39033911
"name",
3904-
"source",
3905-
"lot_number"
3912+
"source"
39063913
],
39073914
"title": "Reagent",
39083915
"type": "object"
@@ -10566,8 +10573,8 @@
1056610573
"type": "string"
1056710574
},
1056810575
"schema_version": {
10569-
"const": "2.0.32",
10570-
"default": "2.0.32",
10576+
"const": "2.0.33",
10577+
"default": "2.0.33",
1057110578
"title": "Schema Version",
1057210579
"type": "string"
1057310580
},

schemas/metadata_schema.json

Lines changed: 1770 additions & 3188 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)