mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Update service type and crown when service is added to organisation
This commit is contained in:
@@ -8,7 +8,7 @@ post_create_organisation_schema = {
|
||||
"properties": {
|
||||
"name": {"type": "string"},
|
||||
"active": {"type": ["boolean", "null"]},
|
||||
"crown": {"type": "boolean"},
|
||||
"crown": {"type": ["boolean", "null"]},
|
||||
"organisation_type": {"enum": ORGANISATION_TYPES},
|
||||
},
|
||||
"required": ["name", "crown", "organisation_type"]
|
||||
|
||||
Reference in New Issue
Block a user