{"resource_type":{"id":144,"name":"woocommerce","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"type\": \"object\",\n\t\"properties\": {\n\t\t\"url\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Your Store URL\"\n\t\t},\n\t\t\"consumerKey\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The consumer key for WooCommerce API authentication\"\n\t\t},\n\t\t\"consumerSecret\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The consumer secret for WooCommerce API authentication\"\n\t\t},\n\t\t\"version\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The version of the WooCommerce API, default is v3\",\n\t\t\t\"default\": \"wc/v3\"\n\t\t},\n\t\t\"queryStringAuth\": {\n\t\t\t\"type\": \"boolean\",\n\t\t\t\"description\": \"When true and using under HTTPS, forces Basic Authentication as query string, default is false\",\n\t\t\t\"default\": false\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"url\",\n\t\t\"consumerKey\",\n\t\t\"consumerSecret\"\n\t],\n\t\"order\": [\n\t\t\"url\",\n\t\t\"consumerKey\",\n\t\t\"consumerSecret\",\n\t\t\"version\",\n\t\t\"queryStringAuth\"\n\t]\n}","approved":true,"app":"woocommerce","description":"","created_by":"hugo697","created_at":"2024-03-25T19:46:05.825Z"}}