Skip to content

Commit

Permalink
fix: Allow active profile to be null when initiating a JSON service.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Mar 27, 2019
1 parent b690c8e commit 5348cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/jmri/server/json/util/hello-server.json
Expand Up @@ -25,8 +25,8 @@
"description": "The current node identity"
},
"activeProfile": {
"type": "string",
"description": "The name of the current profile"
"type": ["string", "null"],
"description": "The name of the current profile or null if no profile is active"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 5348cec

Please sign in to comment.