Skip to content

Commit

Permalink
name in label:classes must be null iff label:type is "raster"
Browse files Browse the repository at this point in the history
  • Loading branch information
cuttlefish committed Aug 20, 2021
1 parent 58a78a5 commit 008f9bf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,15 +254,8 @@
"items": {
"properties": {
"name": {
"oneOf": [
{
"type": "string",
"minLength": 1
},
{
"type": "null"
}
]
"type": "null"
}
}
}
}
Expand Down

0 comments on commit 008f9bf

Please sign in to comment.