Skip to content

Commit

Permalink
Add null to F1M candidate office property
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtravers committed Jan 20, 2024
1 parent c0245ec commit e36a2ef
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions schema/F1M.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@
"enum": [
"H",
"S",
"P"
"P",
null
],
"examples": [
"H\nS\nP"
Expand Down Expand Up @@ -677,7 +678,8 @@
"enum": [
"H",
"S",
"P"
"P",
null
],
"examples": [
"H\nS\nP"
Expand Down Expand Up @@ -926,7 +928,8 @@
"enum": [
"H",
"S",
"P"
"P",
null
],
"examples": [
"H\nS\nP"
Expand Down Expand Up @@ -1175,7 +1178,8 @@
"enum": [
"H",
"S",
"P"
"P",
null
],
"examples": [
"H\nS\nP"
Expand Down Expand Up @@ -1424,7 +1428,8 @@
"enum": [
"H",
"S",
"P"
"P",
null
],
"examples": [
"H\nS\nP"
Expand Down

0 comments on commit e36a2ef

Please sign in to comment.