{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "google-listings-and-ads/product-select-field",
  "title": "Product select field",
  "textdomain": "google-listings-and-ads",
  "attributes": {
    "label": {
      "type": "string"
    },
    "tooltip": {
      "type": "string"
    },
    "property": {
      "type": "string",
      "__experimentalRole": "content"
    },
    "options": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "default": []
    }
  },
  "supports": {
    "html": false,
    "inserter": false,
    "lock": false
  }
}