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