Validate map location component schema
object
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": {}, "title": "Map location component", "description": "Validate map location component schema", "allOf": [ { "$ref": "_base_map.json" }, { "properties": { "button": { "$ref": "_base_button.json" } }, "required": [ "button" ] } ] }