Skip to content

Commit

Permalink
Merge pull request #300 from fecgov/patch/1555
Browse files Browse the repository at this point in the history
1555 - Add null to F1M candidate office property
  • Loading branch information
mjtravers authored Feb 5, 2024
2 parents c0245ec + e36a2ef commit df667bf
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 df667bf

Please sign in to comment.