Skip to content

Commit

Permalink
fix: fix invalid schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood committed Jul 28, 2019
1 parent df3c0b6 commit b782b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/src/jmri/server/json/roster/rosterEntry-server.json
Expand Up @@ -61,11 +61,11 @@
"description": "Comment for the rosterEntry"
},
"icon": {
"type": ["", "null"],
"type": ["string", "null"],
"description": "URL of icon for the rosterEntry"
},
"image": {
"type": ["", "null"],
"type": ["string", "null"],
"description": "URL of icon for the rosterEntry"
},
"functionKeys": {
Expand Down Expand Up @@ -115,11 +115,11 @@
"properties": {
"name": {
"type": "string",
"description": "Key by which property is accessed"
"description": "Key by which attribute is accessed"
},
"value": {
"type": ["string", "null"],
"description": "String value of property or null"
"description": "String value of attribute or null"
}
}
}
Expand Down

0 comments on commit b782b4f

Please sign in to comment.