Skip to content

Commit

Permalink
Fix schema for getting JMRI node identity via JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Feb 10, 2019
1 parent 0d318e7 commit 1e27436
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions java/src/jmri/server/json/util/node-server.json
Expand Up @@ -12,15 +12,8 @@
"type": "array",
"description": "Prior node identities this node had",
"items": {
"type": "object",
"properties": {
"node": {
"type": "string",
"description": "The former node identity"
}
},
"additionalProperties": false,
"required": ["node"]
"type": "string",
"uniqueItems": true
}
}
},
Expand Down

0 comments on commit 1e27436

Please sign in to comment.