Skip to content

Commit

Permalink
Specify that root_layer can be null in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 16, 2024
1 parent fb4f76e commit d0fc07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/qwc-feature-info-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"description": "Root layer of WMS (layer or group layer)",
"oneOf": [
{"$ref": "#/definitions/layer"},
{"$ref": "#/definitions/group_layer"}
{"$ref": "#/definitions/group_layer"},
{"type": "null"}
]
}
},
Expand Down

0 comments on commit d0fc07e

Please sign in to comment.