{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "checkout-fields-for-blocks/select-block",
  "version": "0.1.0",
  "title": "Select",
  "category": "checkout-fields-for-blocks",
  "description": "",
  "supports": {
    "html": true
  },
  "keywords": [
    "checkout"
  ],
  "parent": [
    "woocommerce/checkout-totals-block",
    "woocommerce/checkout-fields-block",
    "woocommerce/checkout-contact-information-block",
    "woocommerce/checkout-shipping-address-block",
    "woocommerce/checkout-billing-address-block",
    "woocommerce/checkout-shipping-method-block",
    "woocommerce/checkout-shipping-methods-block",
    "woocommerce/checkout-pickup-options-block"
  ],
  "attributes": {
    "fieldId": {
      "type": "string",
      "default": ""
    },
    "fieldName": {
      "type": "string",
      "default": ""
    },
    "metaName": {
      "type": "string",
      "default": ""
    },
    "isMetaNameLocked": {
      "type": "boolean",
      "default": false
    },
    "parentBlock": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "defaultValue": {
      "type": "array",
      "default": ""
    },
    "helpText": {
      "type": "string",
      "default": ""
    },
    "options": {
      "type": "array",
      "default": [],
      "items": {
        "type": "object",
        "properties": {
          "label": {
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        },
        "required": [
          "label",
          "value"
        ]
      }
    },
    "validationSettings": {
      "type": "object",
      "default": {
        "required": {
          "enabled": false
        }
      }
    },
    "display": {
      "type": "object",
      "default": {
        "orderConfirmation": "",
        "orderAdmin": "",
        "orderMyAccount": "",
        "orderEmail": ""
      }
    },
    "className": {
      "type": "string",
      "default": ""
    },
    "conditionalLogic": {
      "type": "object",
      "default": {
        "enabled": false,
        "visible": [],
        "required": []
      }
    },
    "pricingSettings": {
      "type": "object",
      "default": {
        "enabled": false,
        "optionsPricing": {}
      }
    }
  },
  "textdomain": "checkout-fields-for-blocks",
  "style": "file:./style-index.css"
}