{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "woocommerce-avatax/shipping-address-validation",
  "version": "1.0.0",
  "title": "Shipping Address Validation",
  "category": "woocommerce",
  "parent": [
    "woocommerce/checkout-shipping-address-block"
  ],
  "attributes": {
    "lock": {
      "type": "object",
      "default": {
        "remove": true,
        "move": true
      }
    }
  },
  "textdomain": "checkout-block",
  "editorScript": "file:./build/indexShippingAddressValidation.js"
}