'description'=>__('WooCommerce action names associated with the webhook.','woocommerce'),
'type'=>'array',
'context'=>array('view','edit'),
'readonly'=>true,
'items'=>array(
'type'=>'string',
),
),
'delivery_url'=>array(
'description'=>__('The URL where the webhook payload is delivered.','woocommerce'),
'type'=>'string',
'format'=>'uri',
'context'=>array('view','edit'),
'readonly'=>true,
),
'secret'=>array(
'description'=>__("Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default is a MD5 hash from the current user's ID|username if not provided.",'woocommerce'),
'type'=>'string',
'context'=>array('edit'),
),
'date_created'=>array(
'description'=>__("The date the webhook was created, in the site's timezone.",'woocommerce'),
'type'=>'date-time',
'context'=>array('view','edit'),
'readonly'=>true,
),
'date_created_gmt'=>array(
'description'=>__('The date the webhook was created, as GMT.','woocommerce'),
'type'=>'date-time',
'context'=>array('view','edit'),
'readonly'=>true,
),
'date_modified'=>array(
'description'=>__("The date the webhook was last modified, in the site's timezone.",'woocommerce'),
'type'=>'date-time',
'context'=>array('view','edit'),
'readonly'=>true,
),
'date_modified_gmt'=>array(
'description'=>__('The date the webhook was last modified, as GMT.','woocommerce'),