Skip to content

Commit

Permalink
rebuild schema json too
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Feb 5, 2024
1 parent 80b62cd commit 35ae431
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4068,7 +4068,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeI",
"const": "listed.grade.I",
"type": "string"
}
},
Expand All @@ -4091,7 +4091,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeII",
"const": "listed.grade.II",
"type": "string"
}
},
Expand All @@ -4114,7 +4114,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeII*",
"const": "listed.grade.II*",
"type": "string"
}
},
Expand Down Expand Up @@ -5243,7 +5243,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeI",
"const": "listed.grade.I",
"type": "string"
}
},
Expand Down Expand Up @@ -5297,7 +5297,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeII",
"const": "listed.grade.II",
"type": "string"
}
},
Expand Down Expand Up @@ -5351,7 +5351,7 @@
"type": "boolean"
},
"value": {
"const": "listed.gradeII*",
"const": "listed.grade.II*",
"type": "string"
}
},
Expand Down

0 comments on commit 35ae431

Please sign in to comment.