Skip to content

Commit

Permalink
Add full list of statuses into schema (#235)
Browse files Browse the repository at this point in the history
* Add full list of statuses into schema

* Remove 'draft' as a status

Co-authored-by: Greg Tyler <[email protected]>

---------

Co-authored-by: Greg Tyler <[email protected]>
  • Loading branch information
mabely and gregtyler authored Aug 30, 2024
1 parent 916f5a5 commit 9fadc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schemas/2024-10/lpa.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"status": {
"type": "string",
"enum": ["in-progress", "statutory-waiting-period", "registered", "cannot-register", "withdrawn"]
"enum": ["in-progress", "statutory-waiting-period", "registered", "do-not-register", "expired", "cannot-register", "cancelled", "de-registered", "suspended", "withdrawn"]
},
"registrationDate": {
"oneOf": [
Expand Down

0 comments on commit 9fadc87

Please sign in to comment.