Skip to main content
Validate map location component schema

Properties

Used in Categories

This component is used in the following categories:

Schema

{
  "$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"
      ]
    }
  ]
}